Getting Started
Package Types
Scene Setup
Custom Collision, Layers, and Tags
Key Differences from Standard Unity3D development
Economy
Scripting
Components
Environment Settings Overrides
Render Pipeline Settings Overrides
Guidelines
Supported Features and Limitations
Items are things that users can own in their backpack (inventory). They can be rewarded to the user for completing tasks within the experience, or they can be put up for sale in the Space Shop.
<aside> đĄ Before creating an item, youâll first need a space published with the Creator Toolkit. Donât have one yet? Get Started now!
</aside>
To create an item, visit https://www.spatial.io/studio/worlds.
<aside> <img src="/icons/globe_blue.svg" alt="/icons/globe_blue.svg" width="40px" /> Currently, all spaces publishes from the same Unity project are grouped under the same âWorldâ.
</aside>
<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> If you do not see any worlds, one will automatically show up after successfully publishing a package.
</aside>
Select the world that you would like to associate with your item.
Items will be shared across spaces in a given world.
An item can be created from a Unity Package (created with the Creator Toolkit)
Click the âNew Itemâ button
Select an item type. Weâll add support for more item types soon! We currently support two item types.
Unity Package: Select this to create an item from a Unity Package that you have published. For example, a custom avatar, prefab object, emote, etc.
Basic Item: An item that is not associated with a Unity Package, and thus does not have any special interactivity. Typical examples might be Rock
or Leather
. You could use this item to restrict access to certain parts of your space without having to go through the hassle of publishing a Unity Package. In the future, weâll also introduce a way to trade or âcraftâ items out of other items, as well as consume them for special effects!
Then, fill in information about your item, like a name, description, and thumbnail. Donât worry, you can always change at any time!
Publishing an item enables the following:
Once youâre ready, publish your item to start distributing it!
Visit Rewarding Items to learn how to reward items to users, or Selling Items to learn how to sell your items and monetize your experience!
You can manage items at any time from Spatial Studio. Visit https://spatial.io/studio to get started!
<aside> â ď¸ Once an item is published and rewarded, unpublishing the item can be destructive. It will hide the item from usersâ backpacks and prevent users from earning/trading the item.
Once you have started rewarding and distributing items, we highly recommend that you avoid unpublishing it unless absolutely necessary!
</aside>
â Previous
Next â