So, I decided to make Busy panel more dynamic, and I wanted to add pose Particles to it. The only problem was that they are not displayed on top of UI, even if the UI layer is selected. So if someone wants to do the same, here is a quaick guide:
- Create another camera and set it’s
Render Type - Overlay
andCulling Mask - UI Layer
only - On main Camera, in Camera component, Stack section, click a + button and add the second camera there.
- Also, deselect UI Layer in
Culling Mask
dropdown in Main Camera. - Finally, on your Canvas change
Render Mode
toScreen Space - Camera
and set
Hope you would enjoy it! Have a good day everyone.