UIMask icon indicating copy to clipboard operation
UIMask copied to clipboard

Only Works in Editor Scene View, but not in Game View

Open C0nstan opened this issue 9 years ago • 6 comments

Hi There, I'm on Unity 5.3.4f1 and using the new UI System. I have followed your Setup, but it doesnt work if i press Play. It just works in die Editor Scene View. Any suggestions?

C0nstan avatar Mar 23 '16 09:03 C0nstan

Hello i test it in Unity 5.3.4 on weekend and link tutorial video for setting mask.

yapetrichka avatar Mar 23 '16 09:03 yapetrichka

Actually, at first, i had that problem too, but when i set 'Clear Flags' of the camera to "Don't Clear" it worked

MasterMeyer avatar Apr 19 '16 14:04 MasterMeyer

It works only with Screen Space - Overlay. with the other 2 render mode this same problem happens

vicenterusso avatar May 12 '16 15:05 vicenterusso

Screen Space - Camera http://puu.sh/oTLGo/754cdb3cfd.png

Screen Space - Overlay http://puu.sh/oTLJ9/6a506828f4.png

But i do need to use camera as render mode because i have some 3D object need to be render in front of canvas UI, any suggestion ??

Calvin2274 avatar May 16 '16 10:05 Calvin2274

I have the same problem. Then I made it works again when I put 2 objects (Mask & Masked) in the same level, not parent-child as said the guide. The reason might be in the rendering order.

CasperPas avatar May 27 '16 12:05 CasperPas

It works for me with screen space - camera, upon assigning the camera. This might be consolation to those using 5.4. This render mode cannot, however, overlap other UI elements using screen space - overlay, unfortunately, and I believe it's much less efficient. Fixing this would be greatly appreciated mister slavaobninsk. It's an awesome asset when working.

JonathanGorr avatar Jul 29 '16 19:07 JonathanGorr

Now it's works on all renders mode image image image

fixed on new component implementation Released on next weekend

yapetrichka avatar Apr 23 '23 19:04 yapetrichka

https://github.com/dreamcodestudio/UIMask/releases/tag/v0.9.0

yapetrichka avatar Apr 29 '23 18:04 yapetrichka