YAHYA YAHYA
- Total activity 1
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by YAHYA YAHYA-
YAHYA YAHYA commented,
using UnityEngine;public class CarController : MonoBehaviour{ public float speed = 10f; public float turnSpeed = 50f; void Update() { float move = Input.GetAxis("Vertical") * spe...