AminTheBABO Centipat Katılım 1 Eylül 2021 Mesajlar 11 Daha fazla Cinsiyet Erkek 14 Mayıs 2023 #1 Using System. Collections; Using System. Collections. Generic; Using unityengine; Public class oyuncuhareket: Monobehaviour. { // Start is called before the first frame Update. Void Start() { Debug.Log(“unity 3d”) } // Update is called once per frame. Void Update() { } } Genişletmek için tıkla... Kod bu ama ben burada hatamı bulamadım. Şu kodu yazdığımda Debug.Log(“unity 3d”) hata alıyorum. Hata: Assets\OyuncuHaraket.cs(10,30): error CS1002: Expected. Böyle hata alıyorum yardım edinn. Son düzenleyen: Moderatör: 14 Mayıs 2023
Using System. Collections; Using System. Collections. Generic; Using unityengine; Public class oyuncuhareket: Monobehaviour. { // Start is called before the first frame Update. Void Start() { Debug.Log(“unity 3d”) } // Update is called once per frame. Void Update() { } } Genişletmek için tıkla... Kod bu ama ben burada hatamı bulamadım. Şu kodu yazdığımda Debug.Log(“unity 3d”) hata alıyorum. Hata: Assets\OyuncuHaraket.cs(10,30): error CS1002: Expected. Böyle hata alıyorum yardım edinn.
I am Negan Kilopat Zamanın Tanığı Katılım 6 Nisan 2018 Mesajlar 1.219 Çözümler 2 14 Mayıs 2023 #2 Noktalı virgül yok.