Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Failed to make uaal work with IL2CPP scripting backend. Any ideas? #65

Closed LinaEagle closed 2 years ago

LinaEagle commented 2 years ago

I tried to export unity project with ARFoundation + 2020 LTS + IL2CPP scripting backend to Android Studio (I assume that it should be working because I encountered actual working examples). It seems that IL2CPP requires .cpp code to be generated before actual build. Unfortunately, generated .c code has links to .h files, but files themselves are missing.

Is that a known issue or some additional context is needed?

LinaEagle commented 2 years ago

The problem was related purely to Android Project settings.

LinaEagle commented 2 years ago

If someone's interested, there is a fork https://github.com/LinaEagle/unity-UaaL-IL2CPP-example