Re: Effects
Regarding the roadmap, we are moving away from Trello to our tracker. That way, everything is always in sync with our internal development. The Roadmap and Change Log sections provide all the information about what's coming next and where are we working with.
Effects won't be in 2.2 but it will be the most important feature of the next major version.
Thanks!
Effects won't be in 2.2 but it will be the most important feature of the next major version.
Thanks!
Re: Effects
+1 for effects, like drop-shadow. This will be a big feature that I am looking forward to!
Re: Effects
Re: if I would like to have two UI layers -- with the bottom layer blurred (i.e. like a modal dialog) -- is it reasonable to have two game objects that each have a camera and Noesis view? I can then apply a blur post-processing effect to the bottom view. What do you think -- is this reasonable or am I inviting trouble with regard to performance?
Re: Effects
Yes, that's a perfect valid workaround till we have this implemented in Noesis. Please, tell us if it works for you. I would love to see the results. 😃Re: if I would like to have two UI layers -- with the bottom layer blurred (i.e. like a modal dialog) -- is it reasonable to have two game objects that each have a camera and Noesis view? I can then apply a blur post-processing effect to the bottom view. What do you think -- is this reasonable or am I inviting trouble with regard to performance?
Re: Effects
If I have two layers which layer receives click events first? Is it based on camera depth (this would make sense to me) or order in hierarchy? I'm finding button click events are obscured by buttons that exist on the lower layer. i.e. (layer 10 buttons steal events from layer 11 buttons).
Re: Effects
Re: above -- here is a video showing the behavior. You can't see it but I am left clicking furiously on the button. https://bit.ly/2u4S1ax (85MB). Once the cursor moves off a UI element that should be obscured by the the element higher on z-index (based on depth order of camera and views) you can see the event fires. The reason I use two views is that the bottom one often has blur effects applied via a post-process shader. I do this when a modal dialog appears.
Re: Effects
I don't want to distract from the last question -- which is a pretty big obstacle for me right now. I just saw that you asked for a screenshot showing off the two layers with post-processing applied to the bottom layer for blur. Here it is:


Re: Effects
On the bottom layer (NoesisView) -- throwing up a top-level grid and setting enabled to false as a work-around does not work. Although the buttons are disabled (you can see the trigger to a disabled state) they still steal mouse down events. :(
Re: Effects
When you say "two layers" you mean two different GameObjects camera, each one with its own NoesisView component right? We never tried this scenario before so we need time to reproduce it and analyze what's going on. But at first I would say that both events are injected to both views, so clicking on screen should send MouseDown to both views. The order is Unity dependent, not sure if it is related to z-order.
Re: Effects
Yes, two different cameras with independent Noesis views. I did this to accomplish the blur effect shown above. But as you can see in the video above, click events for the top layer are somehow obscured by the bottom layer. I tried changing order in the Unity hierarchy and also tried changing camera render order.
Who is online
Users browsing this forum: No registered users and 7 guests