Skip to content

Instantly share code, notes, and snippets.

@Mahelita
Mahelita / FlyCamera.cs
Last active June 22, 2023 20:28 — forked from McFunkypants/FlyCamera.cs
New Script FlyCamera add to any camera obj: instant unity editor style wasd rightclick debug cam
using UnityEngine;
using System.Collections;
public class FlyCamera : MonoBehaviour
{
/*
Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care.
Converted to C# 27-02-13 - no credit wanted.
Extended by Mahelita 08-01-18.