LoGaCulture / LUTE

LUTE stands for LoGaCulture Unity Toolkit/Engine. A Unity based tool to create narrative rich location-based games for the purposes of heritage preservation.
MIT License
0 stars 0 forks source link

IOS Apple ARKit errors Importing #22

Closed s5062849 closed 1 month ago

s5062849 commented 1 month ago

Describe the bug If you import the LUTE package and try to set up Apple ARKit you will get errors trying to access classes that do no exists. That is because the Apple ARKit is trying to access a later version of ARFoundations. To solve this issues Back up your project, remove the current ARFoundation package and install the latest ARFoundation package.

To Reproduce

Expected behavior For the packages of Apple ARKit to be installed without errors.

Screenshots image Image showing the IOS tab with Apple ARKit selected image Image showing the changelog of the Apple ARKit

Solution