Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit ba07647

Browse files
authored
Update README.md
1 parent c06767a commit ba07647

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# VRC-Inventory
22
Inventory system generator for Avatar 3.0
3+
4+
Basic script to generate inventory systems for your avatar for use with avatar 3.0.
5+
6+
Setup:
7+
1. Install the Avatar 3.0 SDK and setup the basic avatar descriptor with all of the default control layers
8+
2. Install package from the most recent [release](https://github.com/Merlin-san/VRC-Inventory/releases/latest)
9+
3. Add the Inventory Descriptor component to your avatar
10+
4. Set the side of the Inventory Slots to the number of inventory items you want
11+
5. Optionally choose a name for each slot that will show in the UI and an icon for that slot
12+
6. Add the items under your avatar root that you want to toggle with the inventory to the **Slot Toggle Items** array
13+
7. Click the **Generate Inventory** button on the bottom of the component
14+
8. Before uploading delete the inventory descriptor because the SDK currently blocks uploads when it is on the avatar. This will hopefully be fixed soon.

0 commit comments

Comments
 (0)