How to set Item View Slot Navigation to none?

That's because we have a component that sets the navigation at runtime. Check the parent compnent of your ItemViewSlots.
You'll see something called navigationGridLayout or something around those lines. Either remove or disable that component
 
That's because we have a component that sets the navigation at runtime. Check the parent compnent of your ItemViewSlots.
You'll see something called navigationGridLayout or something around those lines. Either remove or disable that component
I just found a component named `Layout Group Navigation` in the parent, but remove or disabled it does not working.

1741869638396.png

BTW: I'm using Item Shape Grid.
 
Sorry for the delay.
So specifically for the ItemShapeGrid the controls are a bit different.

In your case you don't want navigation. so you can set the navigation type on ItemShapeGrid to "Custom", this is essentially leaving it up to you to define how the navigation is handled. So it leaves it as is.
1742203862817.png
 
Sorry for the delay.
So specifically for the ItemShapeGrid the controls are a bit different.

In your case you don't want navigation. so you can set the navigation type on ItemShapeGrid to "Custom", this is essentially leaving it up to you to define how the navigation is handled. So it leaves it as is.
View attachment 13801
Thanks for you reply, I have been try set Naigation type to Custom and remove Layout group Navigation but still not work.

:D
 
It works for me, I tested in the "7 ItemShapeGrid" feature scene. There must be something elese somewhere that sets those navigation dynamically.

But it'll be hard to figure it out without having a way for me to replicate it.

In your case would you be open to adding a CanvasGroup component on the layout and setting it to non-interactable? It's not the same as None navigation but perhaps it works for your use case?
 
Back
Top