originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Tormented Souls

originalnicodr opened this issue · comments

Are you on the latest version of UnityExplorer?

  • Yes, I'm on the latest version of UnityExplorer.

Which release are you using?

BepInEx IL2CPP

Which game did this occur on?

Tormented Souls

Describe the issue.

  • When using camera paths
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.<>c__DisplayClass40_0.<DrawNodeOptions>b__2()
   at UniverseLib.UI.Models.ButtonRef.<.ctor>b__14_0()
   at (il2cpp delegate trampoline) System.Void_System.Action(IntPtr , Il2CppMethodInfo* )
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.UpdateCatmullRomMoverData()
   at UnityExplorer.UI.Panels.CamPaths.ToggleVisualizePath(Boolean enable)
   at (il2cpp delegate trampoline) System.Void_System.Action`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]_System.Boolean(IntPtr , Byte , Il2CppMethodInfo* )
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.UpdateCatmullRomMoverData()
   at UnityExplorer.UI.Panels.CamPaths.ToggleVisualizePath(Boolean enable)
   at (il2cpp delegate trampoline) System.Void_System.Action`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]_System.Boolean(IntPtr , Byte , Il2CppMethodInfo* )
  • When trying to set up CamPath Visualizer on:
`[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.<>c__DisplayClass40_0.<DrawNodeOptions>b__2()
   at UniverseLib.UI.Models.ButtonRef.<.ctor>b__14_0()
   at (il2cpp delegate trampoline) System.Void_System.Action(IntPtr , Il2CppMethodInfo* )
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.UpdateCatmullRomMoverData()
   at UnityExplorer.UI.Panels.CamPaths.ToggleVisualizePath(Boolean enable)
   at (il2cpp delegate trampoline) System.Void_System.Action`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]_System.Boolean(IntPtr , Byte , Il2CppMethodInfo* )
[Error  :Il2CppInterop] Exception in IL2CPP-to-Managed trampoline, not passing it to il2cpp: System.NullReferenceException: Object reference not set to an instance of an object.
   at UnityExplorer.UI.Panels.CamPaths.UpdateCatmullRomMoverData()
   at UnityExplorer.UI.Panels.CamPaths.ToggleVisualizePath(Boolean enable)
   at (il2cpp delegate trampoline) System.Void_System.Action`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]_System.Boolean(IntPtr , Byte , Il2CppMethodInfo* )
  • When trying to play camera path :
[Error  :     Unity] Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 1920.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 1920.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 1245.000000, 666.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 1920.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 0.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)
[Error  :     Unity] Screen position out of view frustum (screen pos 1920.000000, 0.000000, 1000.000000) (Camera rect 0 0 1920 1080)

Relevant log output

No response