Posts by Maurício S. C. Vedoy • 31 points
1 post
- 
		-3 votes1 answer454 viewsQ: Code build error in Unitythis asim using UnityEngine; public class PlayerMovement : MonoBehaviour { void Awack() { floorMask = LayerMask.GetMask ("Floor"); anim = getComponet <Animator> (); playerRigidbody =…