#```cs

1 messages · Page 1 of 1 (latest)

night sluice
#

Yes

#

Now let me edit it

elder pebble
night sluice
#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour
{
int moveDir;

void Update() {
    moveDir = (Int)Input.GetAxisRaw("Horizontal");
    Debug.Log(moveDir);
     }

}

#

Here is the corrected script

night sluice
elder pebble
#

should i just copy paste it?

night sluice
#

Yup

elder pebble
#

okay thank you so much ma'am 🙏