Search Unity

Project stealth in unity 5

Discussion in 'Community Learning & Teaching' started by Gametyme, Apr 17, 2015.

  1. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    i completed this tut in 4.6 and decided to gake a look at it unity 5. After loading up the assets I get a bunch of errors saying you are trying to import an asset which has a global game manager. This is not allowed. UnityEditorInternal.InternalEditorUtilityrojectWindoDrag(HierarchyProperty, Boolean)

    Anyone have any idea how to fix this?
     
    Last edited: Apr 17, 2015
  2. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    Looks like if I just hit the clear errors button it goes away.

    Solved.
     
  3. 1976comet

    1976comet

    Joined:
    Aug 18, 2013
    Posts:
    2
    Hi started doing this project in Unity 5 and now I'm stuck on #5 doing the screen fader. I followed step-by-step but the where do I find to create the GUI Texture? They have it in the 4.2 version but I don't see them on the latest version...
     
  4. 1976comet

    1976comet

    Joined:
    Aug 18, 2013
    Posts:
    2
    Nevermind the help, I figured out how to.... All had to do is to create an gameObject and then add component then to Rendering and look for GUI Texture....