Hi.
I'm making Inventory and Status Upgrade screen.
so, I had some isses.
The version of Ork is 3.19.1
I'm Sorry if these has already been fixed in 3.20.0.
1.about Inventory menu screen's Type box.
When I select the 'All' type button, the description box of the item box is displayed.
Select another type, the description box is not displayed.
Is it possible to disable the description box when 'All' type is selected?

2.about Type box too.
When I return from the item box to the type box, the selection position of the item box is remembered.
(Remember Selection is turned off)
I want the selection position of the item box to always be first.

3.about hud in the content layout.
When I delete child content from a HUD prefab and then create new child content(or undo), it will no longer be displayed even if I specify HUD in Content Layout.
Is this a bug?
E.g. if Description part has Always Visible disabled, it'll only display for selected buttons with a description - and if the All type in the Inventory menu part has a description added, it'll display it.
2) Remember Selection is only for returning to the menu screen - i.e. when you close the screen and open it again, the selections will be reset.
While in-menu screen, changing between the UI boxes will not reset selections.
3) The button prefab usually has a UI Content component at it's root that is responsible for distributing the content to other components.
E.g. when you add HUD components to the button prefab, there has to be a HUD Content Provider component somewhere that is selected by this UI Content component. The other HUD components will use the content provider for their content.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
https://imgur.com/a/e6NS6uP
Hi.
Thank you for your answer.
1)Please check the video.
The left side of the video is the type box, the center is the Item list, and the right side is the Description box.
(The HUD is used for the description.)
I still cannot hide the description HUD.
I turned off Always Visible and emptied the 'All' button Description, but it didn't work.
When I select 'All' as shown in the video, the empty HUD shows up.
2) OK, so is it not possible to make the selection always at the top of the list when I enter the item list?
3) Sorry, I didn't check enough.
I see that when I delete the child Content, the parent component is removed.
If you don't want a description, you need to disable this setting completely.
2) Currently not.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Is it this part?
It's disabled.
By the way, here is the Description menu part.
Is there any problem here?
I'll look into it and fix this in the next update.
Edit: Ok, seems like the all type currently uses the Content Description settings, even though it has no content (e.g. an item type) to display. Next update will fix this, having all type display the General Description settings as it should.
Using custom content will display the description box in any case, as it's not limited to things with description, i.e. your General Description settings shouldn't use custom content or it'll show the description box.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Thanks for the detailed explanation!
I'm looking forward to next update.