Getting Started

Introduction

Installation

Project Configuration

Testing in Your Sandbox

Samples & Examples

Core Concepts & Glossary

Package Types

Spaces & Space Templates

Custom Avatars

Custom Avatar Animations

Avatar Attachments

Custom Prefab Objects

Embedded Packages

Drivable Vehicles

Scene Setup

Testing In Unity vs Sandbox

Controlling the Camera

Custom Collision, Layers, and Tags

Audio Mixers and Groups

Key Differences from Standard Unity3D development

Economy

Quests and Rewards

Economy Overview

Monetization

Items

Consumable Items

Rewarding Items

World Currency

Selling Items

Selling Items

Shop.png

Requirements

Before you can sell items, you will need:

  1. A space that is published through our Unity Creator Toolkit. See Getting Started (OLD)
  2. Items within that world. See Items
  3. If you want to sell items using a world currency, you will need to create a currency for that world (see World Currency). Otherwise you can price items in Spatial Coins (see Monetization)

<aside> ⭐ Note: An item can be priced in either Spatial Coins or your World Currency, but not both at the same time.

</aside>

Pricing an Item

Once you have all of these requirements, you can start selling items!

<aside> <img src="/icons/cash_green.svg" alt="/icons/cash_green.svg" width="40px" /> Selling an item for Coins requires approval from our team. See Monetization for more info, and fill out this form to apply for access!

</aside>

  1. Select an item in Spatial Studio

  2. In the price settings section, enable the “For Sale” toggle.

  3. Set the price in, and select the currency (World Currency or Spatial Coins)

    Untitled

  4. If you have enabled “Show in Shop”, this item will now show up in the Shop panel in the spaces within your world. If this setting is not enabled, it will be hidden from the Shop panel, but you can still allow a user to purchase them item through scripting using the Purchase Shop Item scripting node.

You can change the price of an item at any time, including disabling it from being purchased by toggling the For Sale toggle. Remember, pricing an item in Spatial Coins allows you to monetize your experience and earn money — see Monetization for more!

← Previous

World Currency

Next →

Visual Scripting