inworld-ai / inworld-unity-full

Unity SDK for Inworld.ai. Create more realistic and believable worlds with characters powered by artificial intelligence.
https://docs.inworld.ai/docs/tutorial-integrations/Unity/
Other
63 stars 17 forks source link

Inworld AI Unity SDK with Oculus integration SDK throws build issue #86

Closed ganeshh-kumar closed 1 year ago

ganeshh-kumar commented 1 year ago

We are facing issues when trying to build the project for the Android platform when it has both the Inworld Unity SDK and the Oculus Integration SDK installed in it. We are getting the following error. Could you please help us find a solution for it?

Screenshot 2023-07-26 024412

Platform/Editor/SDK Details: Unity Editor - 2022.3.5f1 Oculus Integration SDK - v55.0 Inworld Unity SDK - v2.1.10

Juniverse commented 1 year ago

Hello, this is mainly because GLTFUtility's incompatiblity issue. Are you guys using ready player me avatars? If so, please try the followings:

  1. delete the folder Assets > Inworld.AI > Plugins > NewtonSoftJson image

  2. Add com.unity.nuget.newtonsoft-json@3.2 in your package manager.

ganeshh-kumar commented 1 year ago

It worked. Thank you so much for providing a fix for the issue.