- Home /
when i import the standard asset i am getting these problems,
CheckConsistency: GameObject does not reference component Light. Fixing. CheckConsistency: GameObject does not reference component Animator. Fixing. CheckConsistency: GameObject does not reference component Animator. Fixing. Assets\Standard Assets\Utility\ForcedReset.cs(6,27): error CS0619: 'GUITexture' is obsolete: 'GUITexture has been removed. Use UI.Image instead.' ,
Answer by cledan · Feb 12, 2020 at 02:35 PM
Same issue. Standard Assets seam to not properly work with a version of Unity (at least not with Unity 2019.3.0f6 (64-bit) version)
Answer by G4M3R72 · Feb 14, 2020 at 02:39 AM
not working with version 2018.3.7f1 either. I was just using them last night too with no issues.
Answer by anindoneo · Apr 06, 2020 at 01:45 PM
Go inside the code and do exactly as it suggests, problem will go away
Answer by satyamdeo7 · May 05, 2020 at 03:47 PM
The GUI error can be fixed by adding Using UnityEngine.UI and remove GUI from the code for example "GUIText" will become "Text" as for the other errors....I'm also facing them and the thing is the standard assets have way too much problem to work other then there own specified version hence creating these errors tho if you find solutions for others do let me know. @smndey @QQQ_QQQ