Inventory system generator for Avatar 3.0
Basic script to generate inventory systems for your avatar for use with avatar 3.0.
Setup:
- Install the Avatar 3.0 SDK and setup the basic avatar descriptor with all of the default control layers
- Install package from the most recent release
- Add the Inventory Descriptor component to your avatar
- Set the side of the Inventory Slots to the number of inventory items you want
- Optionally choose a name for each slot that will show in the UI and an icon for that slot
- Add the items under your avatar root that you want to toggle with the inventory to the Slot Toggle Items array
- Click the Generate Inventory button on the bottom of the component
- Before uploading delete the inventory descriptor because the SDK currently blocks uploads when it is on the avatar. This will hopefully be fixed soon.