The_Solita tarafından gönderilen son içerik

  1. The_Solita

    Unity'de yazılan koddaki hata nerede?

    Using System. Collections; Using System. Collections. Generic; Using unityengine; Public class playermovement: Monobehaviour. { Rigidbody2D RGB; Vector3 velocity; Float speedamount = 5F; // Start is called before the first frame Update. Void Start() { RGB = GetComponent<Rigidbody2D>(); }...
Geri
Yukarı