Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I've been trying it while playing with the debug setting and I got this on the stuck part 

System.Number.ParseSingle (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) (at <321eb2db7c6d43ea8fc39b54eaca3452>:0)

System.Single.Parse (System.String s) (at <321eb2db7c6d43ea8fc39b54eaca3452>:0)

GameManager.HandleSound (System.String[] instructions) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.ProcessTreeNode () (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.GoToNextNode (System.Int32 option) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.HandleAnimation (System.String[] instructAnim) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.ProcessTreeNode () (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.GoToNextNode (System.Int32 option) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.<Start>b__43_0 () (at <38435638b8044f87bbe6c683c2ff2e43>:0)

AnimationQueue.Next () (at <38435638b8044f87bbe6c683c2ff2e43>:0)

GameManager.AnimatableFinish (IAnimatable animObj) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

UITPanel.OnTransitionEnd (UnityEngine.UIElements.TransitionEndEvent evt) (at <38435638b8044f87bbe6c683c2ff2e43>:0)

UnityEngine.UIElements.EventCallbackFunctor`1[TEventType].Invoke (UnityEngine.UIElements.EventBase evt) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventCallbackRegistry+DynamicCallbackList.Invoke (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatchUtilities.HandleEventAcrossPropagationPath (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target, System.Boolean isCapturingTarget) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatchUtilities.DefaultDispatch (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventBase.Dispatch (UnityEngine.UIElements.BaseVisualElementPanel panel) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatcher.ProcessEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatcher.ProcessEventQueue () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatcher.OpenGate () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.EventDispatcherGate.Dispose () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.StylePropertyAnimationSystem+Values`1[T].ProcessEventQueue () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.StylePropertyAnimationSystem+Values`1[T].Update (System.Int64 currentTimeMs) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.StylePropertyAnimationSystem.Update () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.VisualElementAnimationSystem.Update () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.VisualTreeUpdater.UpdateVisualTreePhase (UnityEngine.UIElements.VisualTreeUpdatePhase phase) (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.Panel.UpdateAnimations () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.BaseRuntimePanel.Update () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.RuntimePanel.Update () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.UIElementsRuntimeUtility.UpdatePanels () (at <c382f019af6e402fa7df0b2357e98c15>:0)

UnityEngine.UIElements.UIElementsRuntimeUtilityNative.UpdatePanels () (at <c382f019af6e402fa7df0b2357e98c15>:0)

<br>Transition finished - player-button,hover<br>UIT Panel:Player Panel - Animation finished, during wrong state<br>Transition finished - player-button,hover<br>UIT Panel:Player Panel - Animation finished, during wrong state</details>

Went throught the player.log and copied this 

Renderer component not found on object: scene

Renderer component not found on object: ChatScene

Renderer component not found on object: scene

Renderer component not found on object: ChatScene

FormatException: Input string was not in a correct format.

  at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x0001a] in <321eb2db7c6d43ea8fc39b54eaca3452>:0 

  at System.Number.ParseSingle (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x00071] in <321eb2db7c6d43ea8fc39b54eaca3452>:0 

  at System.Single.Parse (System.String s) [0x0001a] in <321eb2db7c6d43ea8fc39b54eaca3452>:0 

  at GameManager.HandleSound (System.String[] instructions) [0x00028] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.ProcessTreeNode () [0x00190] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.GoToNextNode (System.Int32 option) [0x00078] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.HandleAnimation (System.String[] instructAnim) [0x000e8] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.ProcessTreeNode () [0x00181] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.GoToNextNode (System.Int32 option) [0x00078] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.<Start>b__43_0 () [0x00000] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at AnimationQueue.Next () [0x0004b] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at GameManager.AnimatableFinish (IAnimatable animObj) [0x0008a] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at UITPanel.OnTransitionEnd (UnityEngine.UIElements.TransitionEndEvent evt) [0x00072] in <38435638b8044f87bbe6c683c2ff2e43>:0 

  at UnityEngine.UIElements.EventCallbackFunctor`1[TEventType].Invoke (UnityEngine.UIElements.EventBase evt) [0x00010] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventCallbackRegistry+DynamicCallbackList.Invoke (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target) [0x0008f] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatchUtilities.HandleEventAcrossPropagationPath (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel, UnityEngine.UIElements.VisualElement target, System.Boolean isCapturingTarget) [0x00194] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatchUtilities.DefaultDispatch (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel) [0x0001d] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventBase.Dispatch (UnityEngine.UIElements.BaseVisualElementPanel panel) [0x00001] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatcher.ProcessEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.BaseVisualElementPanel panel) [0x00053] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatcher.ProcessEventQueue () [0x0003d] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatcher.OpenGate () [0x00042] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.EventDispatcherGate.Dispose () [0x00001] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.StylePropertyAnimationSystem+Values`1[T].ProcessEventQueue () [0x000bf] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.StylePropertyAnimationSystem+Values`1[T].Update (System.Int64 currentTimeMs) [0x0002d] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.StylePropertyAnimationSystem.Update () [0x00029] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.VisualElementAnimationSystem.Update () [0x000b1] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.VisualTreeUpdater.UpdateVisualTreePhase (UnityEngine.UIElements.VisualTreeUpdatePhase phase) [0x0001e] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.Panel.UpdateAnimations () [0x00001] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.BaseRuntimePanel.Update () [0x0001b] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.RuntimePanel.Update () [0x0001d] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.UIElementsRuntimeUtility.UpdatePanels () [0x00023] in <c382f019af6e402fa7df0b2357e98c15>:0 

  at UnityEngine.UIElements.UIElementsRuntimeUtilityNative.UpdatePanels () [0x0000a] in <c382f019af6e402fa7df0b2357e98c15>:0 

Unloading 3 Unused Serialized files (Serialized files now loaded: 0)

UnloadTime: 0.712700 ms

Unloading 4453 unused Assets to reduce memory usage. Loaded Objects now: 2541.

Total: 203.676100 ms (FindLiveObjects: 0.242100 ms CreateObjectMapping: 0.177800 ms MarkObjects: 199.503200 ms  DeleteObjects: 3.752800 ms)

[Physics::Module] Cleanup current backned.

[Physics::Module] Id: 0xf2b8ea05

(+1)

Ooooo, i don't want to get too excited, but pretty sure there's an error here related to not being a US/UK language system - eg not using "0.5" to mean half - I think I've added a fix for that in 1.13D, see if that is the problem.

It seems that fix finally solved the issue :)

Omg it works ! thanks a loooot !!!

Game is awesome ! thank you very much for your time and patience !

Yay :D