Skip to content

Instantly share code, notes, and snippets.

View JustClaws's full-sized avatar
💭
Underground but not dead.

JustClaws JustClaws

💭
Underground but not dead.
View GitHub Profile
@JustClaws
JustClaws / Player.cs
Created September 3, 2023 19:15 — forked from Naddiseo/Player.cs
Unity PC/Ouya FPS manager
using System;
using System.Collections.Generic;
using UnityEngine;
class Player : MonoBehaviour {
public PlayerSettings settings = new PlayerSettings();
public TextMesh tooltip = null;
PlayerInputManager input = null;
#region Player State