Skip to main content
Don't repeat tags in title
Source Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

Unity: Hiding objects tofrom the player when working with RenderTextures

I am currently working on a game that has monitors showing the player different elements such as texts, images and numbers. My plan for this is to use Unity's RenderTextures. 

However, when creating the elements that the camera should put on the RenderTextures, they also exist in the scene. 

What is the best way to hide them from the player? (Putting them far away or below the ground is not an option in my case).

Is there a way to put them in an entirely different scene for example?

Unity: Hiding objects to the player when working with RenderTextures

I am currently working on a game that has monitors showing the player different elements such as texts, images and numbers. My plan for this is to use Unity's RenderTextures. However, when creating the elements that the camera should put on the RenderTextures, they also exist in the scene. What is the best way to hide them from the player? (Putting them far away or below the ground is not an option in my case).

Is there a way to put them in an entirely different scene for example?

Hiding objects from the player when working with RenderTextures

I am currently working on a game that has monitors showing the player different elements such as texts, images and numbers. My plan for this is to use Unity's RenderTextures. 

However, when creating the elements that the camera should put on the RenderTextures, they also exist in the scene. 

What is the best way to hide them from the player? (Putting them far away or below the ground is not an option in my case).

Is there a way to put them in an entirely different scene for example?

Source Link

Unity: Hiding objects to the player when working with RenderTextures

I am currently working on a game that has monitors showing the player different elements such as texts, images and numbers. My plan for this is to use Unity's RenderTextures. However, when creating the elements that the camera should put on the RenderTextures, they also exist in the scene. What is the best way to hide them from the player? (Putting them far away or below the ground is not an option in my case).

Is there a way to put them in an entirely different scene for example?