LUTE stands for LoGaCulture Unity Toolkit/Engine. A Unity based tool to create narrative rich location-based games for the purposes of heritage preservation.
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).
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).