Welcome to the Mod workflow for Voxel Playground. The current toolkit is built around voxel assets, Unity prefabs, and TypeScript gameplay scripts driven by JsComponentProxy.
The fastest path from idea to playable mod is:
Scripts, Prefab, Data, and manifest.asset layout.JsComponentProxy wiring in-game.Before you begin:
git clone https://github.com/Cydream-Tech/VoxModTK.git
npm./Puer-Project:cd /Puer-Project
npm install
.vox authoring.Custom gameplay logic should be authored in TypeScript:
Scripts/index.ts.JsComponentProxy to the prefab that should run the script.JsProperties to pass prefab references into the script.npm run lint:mod -- <modId> from \Puer-Project before export.