You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We can increase the inventory size by using the inventory display script (this will increase the number of slots the inventory has) but if we have lots of items this display can fill the screen and make pressing on slots difficult!
Describe the solution you'd like
Why not implement a scrollable pane of the set amount of slots that fit into the same space as the default inventory?
Additional context
An easy imlpementation - just need to add scroll rects to the areas that require it! The tricky aspect will be to setup the logic behind it in code (but this should be feasible).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We can increase the inventory size by using the inventory display script (this will increase the number of slots the inventory has) but if we have lots of items this display can fill the screen and make pressing on slots difficult!
Describe the solution you'd like
Why not implement a scrollable pane of the set amount of slots that fit into the same space as the default inventory?
Additional context
An easy imlpementation - just need to add scroll rects to the areas that require it! The tricky aspect will be to setup the logic behind it in code (but this should be feasible).
The text was updated successfully, but these errors were encountered: