How can I access unity android res folder from jar?

I have a file in the res/raw/.
How can i access that file in the res/raw/ folder from jar which is I m implementing now.
Please

1 Answer

1

If I understand your question correctly you’ve put the .jar into unity as a plugin and need to access the res folders like you would from eclipse or something.

The way to do this is just drop the res folder into the plugins folder along side your .xml and your .jar

Thank you baantacron.I want to know some simple code to load that file from jar.