Skip to content

Instantly share code, notes, and snippets.

View ssoq's full-sized avatar
❄️
cold world

sso ssoq

❄️
cold world
View GitHub Profile
@ssoq
ssoq / FreeCam.cs
Last active December 13, 2023 10:28
// Developed by sso
// Easy Free Camera - Drag and drop onto an empty GameObject
using UnityEngine;
[RequireComponent(typeof(Camera))] // creates a camera component
public class FreeCam : MonoBehaviour
{
private float x;