player movement unity

  1. AlexShad

    Question Player Movement script in Unity not working

    I am creating a Player Movement script in Unity C# and it is not working. Please review my code and tell me the problem. using System.Collections; using System.Collections.Generic; using UnityEngine; public class Movement : MonoBehaviour { // Define stuff public Rigidbody2d rb...
Back
Top Bottom