Inventory Carousel
White Mouse
$30.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/28(2021) |
30.0 |
03/05(2022) |
15.0 |
03/30(2022) |
30.0 |
11/18(2024) |
30.0 |
Jump AssetStore
Use Inventory Carousel to create a scrolling L-shaped inventory UI.
Inventory Carousel uses linear motion instead of rotation, with defined column and row of inventory elements.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-carouselAssumptions and requirements:Game inventory can be represented as a singular array of integersEquipped/active item can be represented as an index of above mentioned arrayItem change can be represented as an increment or decrement of item indexUser possesses basic C# scripting abilityCompatibility 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.Simplified code, avoiding many complex features, thus allowing easy customization.Main code functionality independent of UI implementation.Consistent naming conventions for variables.Commented code for core scripts.Four inventory UI prefabs as a jumping off point.Clear demo scene hierarchy structure.Consistent naming conventions for Game Object names in demo scene.