Posts by VITASSA • 1 point
1 post
-
-4
votes1
answer39
viewsQ: I’m having doubts on how to use the "{" keys
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MOVIMENTO : MonoBehaviour { private float spd = 0.9f; private GameObject camera; private GameObject…