Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kasparlund on August 24, 2012, 05:32:41 AM

Title: Change off layer stops interaction
Post by: kasparlund on August 24, 2012, 05:32:41 AM
Hi I made my own menu using uitable. It work find until i made the following changes:
- change layer from "default" to a custom layer "menuSystem"

I can see the menu but the UIbutton Tween does not work (stopped activating the tween). Not even if the culling mask i set to everything and the clearflag to skybox

What went wrong ?
Title: Re: Change off layer stops interaction
Post by: kasparlund on August 24, 2012, 06:00:29 AM
Finnaly found this post: http://forum.unity3d.com/threads/114833-NGUI-(Next-Gen-UI)-demo-amp-final-feedback-request/page109

Solution => the cameras event receiver mask should be update to receive events from the MenuSystem layer instead off default