I have written a Unity application in C# that uses a C++ library built using Android NDK. I want to read some files that are packaged with the android application (in the assets folder) from this C++ library.I have written a Unity application in C# that u