gamedev-pro / dmotion

DMotion - A high level Animation Framework for Unity DOTS
Other
491 stars 47 forks source link

Crash when build for Android platform #23

Closed vunguyenbg closed 1 year ago

vunguyenbg commented 2 years ago

I am using version 0.3.2 + unity 2021.3f4 DOTs 0.51 building game for Android platform and having 100% crash. Do you have any solution for this problem? Thanks very much

gabrieldechichi commented 1 year ago

DMotion depends on Kinemation which only supports Windows, Mac and Linux at the moment.

The reason is that the framework internally uses a compiled version of ACL which wasn't compiled for Android. For it to work in Android, you will need to compile the plugin for every android architecture you plan to support.

Apologies, I imagine this was not the answer you're hoping for.