'Render only certain levels of UI - Unity
Solution 1:[1]
I would recommend using Layers, which are traditionally used for sorting objects to Render in unity: https://docs.unity3d.com/Manual/Layers.html
You should be able to assign the different objects to layers to control them.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Lilygoat |

