Importing unity standard assets pack is POPPING UP ERRORS. help please!

hi guys,

i am having a unity problem - i installed the unity standard assets pack (from version 2017.3) and it shows me errors when i insert “utility” into my project. do you know how can i fix it?

This can be fixed very easy.
I found this fix:

1 . To fix the error in ForcedReset.cs all you’ve got to do is comment out line 6 (by adding “//” at the beginning of the line) This line was just there to force the gameobject to add a GUI Texture component which is no longer supported by Unity.

  1. To fix the error in SimpleActivatorMenu.cs right under line 2 where it says “using UnityEngine;” add “using UnityEngine.UI”. Then in line 13 where it says “public GUIText camSwitchButton;” replace it with: “public Text camSwitchButton;”

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms