You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was consistently getting this error with nothing but Gizmo (and BepInEx) every frame on starting a world with a new character:
[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
ComfyGizmo.RotationManager.HideGizmos () (at <88edf4fb0e4049fa82485dda834357d3>:0)
ComfyGizmo.PlayerPatch.UpdatePlacementPostfix (Player __instance, System.Boolean takeInput) (at <88edf4fb0e4049fa82485dda834357d3>:0)
(wrapper dynamic-method) Player.DMDPlayer::UpdatePlacement(Player,bool,single)
Player.Update () (at <67f3c386e04446c49523ecfd5b8921c2>:0)
The error went away when I installed Jotunn, but Jotunn does not automatically install on Thunderstore at least since it isn't listed as a dependency. (Though I had set the config to hide the Gizmo prefab, this error persisted with it enabled also.)
The text was updated successfully, but these errors were encountered:
I was consistently getting this error with nothing but Gizmo (and BepInEx) every frame on starting a world with a new character:
[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
ComfyGizmo.RotationManager.HideGizmos () (at <88edf4fb0e4049fa82485dda834357d3>:0)
ComfyGizmo.PlayerPatch.UpdatePlacementPostfix (Player __instance, System.Boolean takeInput) (at <88edf4fb0e4049fa82485dda834357d3>:0)
(wrapper dynamic-method) Player.DMDPlayer::UpdatePlacement(Player,bool,single)
Player.Update () (at <67f3c386e04446c49523ecfd5b8921c2>:0)
The error went away when I installed Jotunn, but Jotunn does not automatically install on Thunderstore at least since it isn't listed as a dependency. (Though I had set the config to hide the Gizmo prefab, this error persisted with it enabled also.)
The text was updated successfully, but these errors were encountered: