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

Question World Space Canvas camera reference from another loaded scene? (runtime)

Discussion in 'UGUI & TextMesh Pro' started by KingKRoecks, Nov 15, 2022.

  1. KingKRoecks

    KingKRoecks

    Joined:
    Jul 28, 2013
    Posts:
    155
    upload_2022-11-15_13-25-50.png

    I can't seem to select the camera from another scene while multiple scenes are loaded. Likewise, this element isn't getting any input events as I cannot select the camera from the loaded scene.

    If this isn't possible, it prevents the capability of having any UI elements in DontDestroyOnLoad since you can't reference the camera in the active scene.
     
  2. RSinist

    RSinist

    Joined:
    Jul 27, 2022
    Posts:
    1
    Were you able to resolve your issue? I think I'm having a similar issue. When I add my UI scene additively, I cannot interact with it. I can see that when I attempt to click on the UI, I am getting the world space location of the mouse in the Game scene, not the UI scene.