This question was
closed Feb 10, 2021 at 08:16 AM by
swastika_pallai for the following reason:
problem solved.
Question by
swastika_pallai · Feb 09, 2021 at 09:52 AM ·
untiy3d
why does my UI elements freeze are a single click ??
Hello, I have some UI elements in my game, they are:
1) 3 buttons
2) 2 joystick
yesterday it was working fine, but today when I run my game, after clicking any one of the UI elements, all the other UI elements stop working but the game doesn't freeze. At the beginning when I oppened my unity editor, it gave me an error:
" Invalid file content for Library/StateCache/Hierarchy/6d76b1-mainStage.json. Removing file. Error: System.ArgumentException: JSON parse error: The document is empty. at (wrapper managed-to-native) UnityEngine.JsonUtility.FromJsonInternal(string,object,System.Type) at UnityEngine.JsonUtility.FromJson (System.String json, System.Type type) [0x0005c] in <5070e0347dee4c9faba7201166fbed9d>:0 at UnityEngine.JsonUtility.FromJson[T] (System.String json) [0x00001] in <5070e0347dee4c9faba7201166fbed9d>:0 at UnityEditor.StateCache`1[T].GetState (System.String key, T defaultValue) [0x0007c] in <afa5b9a1793446ff98b741dc036c4c6e>:0 UnityEditor.SceneHierarchyWindow:OnDisable()"
Is it because of this error that the problem is there ? if yes, can someone pls help me how to resolve this... I'm just 13 years old and sorry for my bad english..
Comment