Setup
Requirements
Section titled “Requirements”You need a Unity project with the VRChat Worlds SDK (Udon) installed.
Adding it in VCC or ALCOM
Section titled “Adding it in VCC or ALCOM”Both are tools for adding packages to a project. The steps are the same.
| Step | What to do |
|---|---|
| 1 | Add https://zz-roba.github.io/tsukimi-vpm/index.json as a VPM listing |
| 2 | Pick TsukimiCode Udon Tools from the package list and install it |
Your first script
Section titled “Your first script”Right-click in the Project view and pick T# Script under Create. That gives you one empty behaviour.
Bundled samples
Section titled “Bundled samples”Import Samples under the TsukimiCode menu copies them into Assets. Each folder holds a scene of the same name; open it and press Play.
| Sample | Contents |
|---|---|
| Glowing floor | The floor changes colour when you use it. The smallest form there is |
| Showcase | 20 scenes, each showing one way to write something |