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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.