Skip to content

Instantly share code, notes, and snippets.

View doncabreraphone's full-sized avatar

Javier Cabrera doncabreraphone

View GitHub Profile
using System;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.InputSystem;
[Serializable]
public class MoveInputEvent : UnityEvent<float, float> { }
public class InputController : MonoBehaviour
{