Skip to content

Instantly share code, notes, and snippets.

View RadonRaph's full-sized avatar

Horion Raphael RadonRaph

View GitHub Profile
@RadonRaph
RadonRaph / Walkabout.cs
Created November 19, 2018 13:18 — forked from Bradshaw/Walkabout.cs
BG1-A
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Walkabout : MonoBehaviour {
public float acceleration = 1;
public float friction;
public float radius;
Vector3 velocity;