Arama Sonuçları - Sorgulanan Kelime: *

  1. Meteakyz

    Unity kod çalışmıyor

    Yardımın için teşekkürler kodu düzelttim şuan çalışıyor. using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerJump : MonoBehaviour { private Rigidbody2D rigid; public float JumpForce = 15f; public bool isJump = false; private void...
  2. Meteakyz

    Unity kod çalışmıyor

    Kodu kaydedince çalıştı ama getkey de çalışıyor getkeydown da çalışmıyor. using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerJump : MonoBehaviour { private Rigidbody2D rigid; public float JumpForce = 15f; public bool isJump = false...
  3. Meteakyz

    Unity kod çalışmıyor

    Unity de bir zıplama kodu yazdım ama bir türlü çalıştıramadım sağa sola gitme kodu çalıştı bunu çalıştıramıyorum.
Geri
Yukarı