Needle Engine Integration
Integrate Multiset VPS into Needle Engine projects using Inspector components or the NeedleAdapter API
Installation
npm install @multisetai/vpsInspector-Driven Setup (Recommended for Unity Developers)
Step 1: Copy the Templates
cp node_modules/@multisetai/vps/templates/MultisetVPS.ts web/src/scripts/
cp node_modules/@multisetai/vps/templates/MapAnchor.ts web/src/scripts/
cp node_modules/@multisetai/vps/templates/MapType.ts web/src/scripts/
cp node_modules/@multisetai/vps/templates/MapType.cs Assets/Scripts/Step 2: Add MultisetVPS to a GameObject
Field
Description
Step 3: Add MapAnchor to Content GameObjects
Field
Description
Step 4: Export and Run
Programmatic Setup (Custom Logic)
Listening to Localization Events from Another Behaviour
Runtime-Spawned MapAnchors
Manual Session Control
Last updated
Was this helpful?

