Skip to content

Instantly share code, notes, and snippets.

View bison--'s full-sized avatar

bison bison--

View GitHub Profile
@bison--
bison-- / FlyCamera.cs
Last active May 16, 2024 15:37 — forked from Mahelita/FlyCamera.cs
New Script FlyCamera add to any camera obj: instant unity editor style wasd right click debug cam, NEW UNITY INPUT SYSTEM
using UnityEngine;
using System.Collections;
using UnityEngine.InputSystem;
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.