12-12-2021, 10:05 AM
(This post was last modified: 12-12-2021, 10:09 AM by josemendez.)
(12-12-2021, 09:45 AM)rehmatcan Wrote: Thank you for your reply,
No, I didn't installed the package dependencies for burst backend as I am using oni. Can that be a problem?
Regards,
Rehmat
Oni uses a native library to run, precompiled for each specific platform. If the library has not been correctly copied during the build process or your Android device is unable to find it for some reason, that can be the problem. Android’s log will tell you if this is the case.
Oni is only used as a fallback in case the Burst dependencies are not installed, and will likely be deprecated in the future. It’s there just for backwards compatibility reasons. Burst is used by default and should always be preferred, since it’s faster (specially on mobile), has wider platform compatibility, and much better profiling tools integrated with Unity.