VRC_ObjectSpawn
Deprecated
This component is deprecated. It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It will be removed at a later date.
Legacy script used to spawn in a given prefab.
Actions available via Triggers
| Action | Description |
|---|---|
| SpawnObject | Spawns prefab on the script at the GameObject's position |
| DestroySpawnedObjects | Destroys any objects spawned by this script |
RPC's are available via the SendRPC action
| RPC | Valid Targets | Description |
|---|---|---|
| SpawnObject | Any | Spawns prefab on the script at the GameObject's position |
| SpawnObject | Any | Spawns prefab on the script at the given position and rotation |
| DestroySpawnedObjects | Any | Destroys any objects spawned by this script |
Updated almost 2 years ago
