Version: 1.0.1
Language : English
Unity Hub
Adding modules to the Unity Editor

Despawn Point

  1. To create a place where vehicles will be despawned, so that they won’t be all stuck in the simulation, you can do the following

  2. Create a Box Collider object, and place it where you want the vehicles to vanish

  3. Add Component VehicleDespawn

  4. Now if a vehicle enters the box collider, they will disappear!


  • New Updates Here
Unity Hub
Adding modules to the Unity Editor