Oyunu baya kodladım ama Unity oyunu calıştıra her bastığımda cokuyor ne yapmalıyım bilmiyorum surekli olarak bilgisayarı yeniden başlatmak zorunda kalıyorum lutfen yardım edin. (Bu arada flappy bird yapıyordum)
spawner kodları bunlar:
// Update is called once per frame
void Update()
public IEnumerator spawnobject(float time)
}[/CODE]
[CODE title="kuşun kodları"]using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class birdy : MonoBehaviour
void Update()
}
}[/CODE]
[CODE lang="csharp" title="engel kodları"]using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class move : MonoBehaviour
// Update is called once per frame
void Update()
}[/CODE]