2
score
138
views
yes
status
CC BY-SA 3.0
Images are not accessible using the context.getClassLoader.getResaurceAsStream from android jar in Unity plugin
You need to copy your images to assets and use getAssets().open("yourimage.jpg") . Source: Android files in jar library not accessible when using with Unity Android files in jar library not accessible when using with...