Skip to content

Instantly share code, notes, and snippets.

View yohaneshalim's full-sized avatar

Yohanes Halim Febriwijaya yohaneshalim

  • PT Fata Organa Solusi
  • 11:16 (UTC +07:00)
View GitHub Profile
@yohaneshalim
yohaneshalim / FlyCamera.cs
Created November 29, 2020 07:56 — forked from RyanBreaker/FlyCamera.cs
Unity Script to give camera WASD + mouse control
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.
Reformatted and cleaned by Ryan Breaker 23-6-18