I am investigating DOTS to build android app, but the app crashes after the splash screen.
Though I read some posts about similar crashes in the forum,
can’t found any conclusions about the problem.
I created an simple scene project with the following DOTS packages to check the problem.
com.unity.dots.editor
com.unity.entities
com.unity.rendering.hybrid
com.unity.burst
com.unity.physics.
All packages are the newest version.
This scene has only one default cube that is being rendered by “URP/Lit” shader.
I compiled the android APK on Unity 2021.1.24f1 and 2020.3.20f1,
with IL2CPP backend and .NET 4.x option.
(I need IL2CPP because Google playstore requires ARM64 support.)
But the APK failed to run on my android device.
If I build the APK with “Development” option, it runs on the device.
And if I make the APK with Mono backend, it runs successfully.
Also, windows executable build by IL2CPP backend runs without problem.
Current DOTS does not support mobile devices?
Or, I need to check other configurations such as in Project Settings?
Thanks in advance.