Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Error on Loading a new Scene

Discussion in 'UGUI & TextMesh Pro' started by CalaveraX, Nov 17, 2014.

  1. CalaveraX

    CalaveraX

    Joined:
    Jul 11, 2013
    Posts:
    143
    Hi everyone! i have a simple scene with only one screen, with a single button.
    that buttons have attached only a scene loading Application.LoadLevel(0);

    when i click it and the other scene is being loaded i got this error:

    Setting the parent of a transform which resides in a prefab is disabled to prevent data corruption.
    UnityEngine.UI.ScrollRect:LateUpdate()

    Note: Both Scenes have a canvas in order to draw the UI. Maybe its this causing the error?

    (Also, another WIERD WIERD thing, is that when i load the new scene, in my current "Loader Scene" i got created a object with the name "InputField Input Caret" and this is really wierd, its the first time i see that object, and its being created from nothig, like a ghost O_O)
     
  2. CalaveraX

    CalaveraX

    Joined:
    Jul 11, 2013
    Posts:
    143
    Hmmm... Seem like Update to Release Candidate 2, fixed this O_O