gelic-idealab / komodo-unity

Unity VR client for the Komodo XR platform
5 stars 3 forks source link

0.5.6-revA #95

Closed parseccentric closed 2 years ago

parseccentric commented 2 years ago

Hotfix: Applying Overrides

Various overrides in PlayerSet.prefab and MenuUI.prefab needed to be applied. This impacted the functionality of right-click teleport and possibly the instructor menu appearance and functionality in packages.

You might receive an error like this:

NullReferenceException: Object reference not set to an instance of an object
Komodo.Runtime.FreeFlightController.ShowTeleportationIndicator () (at Library/PackageCache/com.graingeridealab.komodo@0.5.6/Runtime/Scripts/RuntimeSession/FreeFlightController.cs:458)
Komodo.Runtime.FreeFlightController.OnUpdate (System.Single deltaTime) (at Library/PackageCache/com.graingeridealab.komodo@0.5.6/Runtime/Scripts/RuntimeSession/FreeFlightController.cs:147)
Komodo.Runtime.GameStateManager.Update () (at Library/PackageCache/com.graingeridealab.komodo@0.5.6/Runtime/Scripts/RuntimeSession/GameStateManager.cs:122)

As such, a new build v0.5.6-revA is not recommended, but packages should use v0.5.6-revA if they wish to use the PlayerSet and/or MenuUI prefabs.