Inventory Carousel is an animated UI tool created to help developers visualize contents of player inventory, its design and feel directly inspired by series of classic video games.
This asset contains ready to use prefabs but is designed with focus on code customization in mind.
WebGL demo: https://white-mouse.itch.io/inventory-carousel
Assumptions and requirements:
- Game inventory can be represented as a singular array of integers
- Equipped/active item can be represented as an index of above mentioned array
- Item change can be represented as an increment or decrement of item index
- User possesses basic C# scripting ability
Compatibility notes:
- Scripts were tested with Unity versions 5.6 and up.
- Unity versions lower than 2018.3 won't work with included prefabs. Use included DemoScene_NoPrefabs scene as a starting point instead of DemoScene scene.