User avatar
jsantos
Site Admin
Posts: 3805
Joined: 20 Jan 2012, 17:18
Contact:

Re: Effects

14 Dec 2018, 14:19

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!
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

05 Mar 2019, 04:10

+1 for effects, like drop-shadow. This will be a big feature that I am looking forward to!
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

05 Mar 2019, 16:21

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?
 
User avatar
jsantos
Site Admin
Posts: 3805
Joined: 20 Jan 2012, 17:18
Contact:

Re: Effects

06 Mar 2019, 18:17

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?
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. 😃
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

14 Mar 2019, 20:25

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).
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

14 Mar 2019, 20:37

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.
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

14 Mar 2019, 20:41

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:

Image
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

14 Mar 2019, 20:49

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. :(
 
User avatar
jsantos
Site Admin
Posts: 3805
Joined: 20 Jan 2012, 17:18
Contact:

Re: Effects

16 Mar 2019, 08:23

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.
 
User avatar
stonstad
Posts: 235
Joined: 06 Jun 2016, 18:14
Location: Lesser Magellanic Cloud
Contact:

Re: Effects

16 Mar 2019, 14:37

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