[Feature Request] Item Shape Grid: Scrollable Dynamic Inventory Size

I would like a scrollable dynamic Item Shape Grid?

  • Yes please

    Votes: 2 100.0%
  • Not Interested

    Votes: 0 0.0%

  • Total voters
    2
I will add this to my list of feature request. But unless more people request it I'm afraid it won't be high priority.

If you do not want to wait you can try implementing it yourself.
The scrollable part should be possible with the default Unity ScrollView component.
The dynamic size is more complicated and would require some code.

If you are ok with having dynaimic size always be an entire grid than what you could do is having multiple ItemShapeGrid of different grid-size and switching between them. Of course that really depends on what could of game you are making.
 
Having multiple grids of different sizes is a brilliant idea :) Thanks, that will work nicely. This will be used for the player using different backpack sizes.
 
Top