- Home /
 
 
               Question by 
               KaratogaHarr · Dec 10, 2021 at 06:28 AM · 
                uicanvasparticlesystemmask  
              
 
              Using the same mask for multiple Canvas and ParticleSystems
I use canvas for rendering UI and particle systems in-between:
 Contents               (Canvas with sorting order 0)
 |-- bottom UI elements (No canvas)
 |-- particle systems   (sorting order 1)
 |-- top UI elements    (Canvas with sorting order 2)
 
               I want to mask all of them by adding Mask / RectMask2D to parent of Contents , but none of them work for both particle systems or top UI Elements; bottom elements are masked well.
Any solution?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
uGUI Mask Content 0 Answers
Particle System not showing over "Screen Space - Overlay" UI Canvas 0 Answers
Masking GameObject in Canvas 1 Answer
How would you mask a UI canvas like you would mask a sprite? 1 Answer
Use a UI Mask on ParticleSystem 1 Answer