- Home /
Build with Bolt in ARM64
Hello guys,
I'm developing an application for Android with Vuforia for AR and Bolt for scripting. As I recovered the development from other developers after some time, the app is under 2019.1.9f1 Unity version and built in ARMv7 for the development period.
All the application is running correctly without any problem, but when the time come to publish it on Play Store I need to build it in ARM64 so I changed the scripting backend option to IL2CPP. There is no compilation error but the app is not running correctly on Android as there is no more touch response.
I've tried several version of Unity included the latest one, I've also tried without Vuforia and with a very simple application. It seems that IL2CPP and Bolt scripting are not compatible.
Have you ever eared of a similar issue? And do you have some suggestions to solve it?
Thanks a lot for your help, Regards :),Hello guys,
I'm developing an application for Android with Vuforia for AR and Bolt for scripting. As I recovered the development from other developers after some time, the app is under 2019.1.9f1 Unity version and built in ARMv7 for the development period.
All the application is running correctly without any problem, but when the time come to publish it on Play Store I need to build it in ARM64 so I changed the scripting backend option to IL2CPP. There is no compilation error but the app is not running correctly on Android as there is no more touch response.
I've tried several version of Unity included the latest one, I've also tried without Vuforia and with a very simple application. It seems that IL2CPP and Bolt scripting are not compatible.
Have you ever eared of a similar issue? And do you have some suggestions to solve it?
Thanks a lot for your help! Regards
Answer by cpuigGIS · Feb 03, 2021 at 10:32 AM
It really seems that there is a problem of compatibility between Bolt and IL2CPP. I tried to change the bolt effect on one button by C# code and it works!
Does anyone already saw it and have a solution?
Thanks a lot, Regards, Céline
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
IL2CPP problem on AddRange(List<>)? 0 Answers
IOS build size using IL2CPP 1 Answer