You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when I try use uvol on Android platform using Unity.
I found some problems with reading manifest and uvol file. But now I cant continue, because I got error:
Error Unity EntryPointNotFoundException: Unable to find an entry point named 'CreateDecoder' in 'corto'. Tried the following entry points: Unable to get function 'CreateDecoder' because of 'The requested function was not found (0x06000001) dlerror() = undefined symbol: CreateDecoder
And now I dont know what I should do.
Describe the solution you'd like
I want use corto on Android platform using unity. I want use corto on VR headset like Oculus Quest 2.
Describe alternatives you've considered
I consider fix reading manifest-file and uvol-file from StreamingAssets using WWW on Android.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when I try use uvol on Android platform using Unity.
I found some problems with reading manifest and uvol file. But now I cant continue, because I got error:
And now I dont know what I should do.
Describe the solution you'd like
I want use corto on Android platform using unity. I want use corto on VR headset like Oculus Quest 2.
Describe alternatives you've considered
I consider fix reading manifest-file and uvol-file from StreamingAssets using WWW on Android.
The text was updated successfully, but these errors were encountered: