Adnan Medah16

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Adnan Medah16 created a post,

    mmxfjktg

    using UnityEngine;public class BearController : MonoBehaviour{   public float speed = 6f;   public float gravity = -9.81f;   public float jumpHeight = 2f;   private CharacterController controller; ...