Back to Templates
Simple Car Controller

by Spatial

Simple Car Controller

A simple car controller using a third-party asset found in the Unity Asset Store.

C#

Vehicle

Simple Car Controller

This project demonstrates how to use a third-party car controller from the Unity Asset Store to setup a vehicle to work with Spatial. It uses this asset as a sample, but can also be used as reference for how to create and setup other vehicle controllers for use in Spatial.

Follow the instructions in the README to set up the project and run the sample!

If you want to adapt to another car controller setup, checkout Spatial_SCC.cs for how vehicle input, camera, and sync is implemented in this project.

See Vehicles for a comprehensive guide to implementing vehicles with the Spatial Creator Toolkit.