Skip to content

Instantly share code, notes, and snippets.

View sandwichCat00's full-sized avatar

om kadu sandwichCat00

View GitHub Profile
@victorbstan
victorbstan / CarControl.cs
Last active September 11, 2023 05:29
Unity car simulation script
using UnityEngine;
using System.Collections;
public class CarControl : MonoBehaviour {
// NOTE: Companion script for wheel suspensions, attach to each wheel.
// https://gist.github.com/victorbstan/4dde0d0b4203c248423e
// PUBLIC
public bool driveable = false;