###質問内容
質問名の通りなのですが,以下に示すコードを記述したのですが,Console上に何も表示されません.
何をなおせばよいのかおしえていただきたいです.
###コード内容
C#
1using System.Collections; 2using System.Collections.Generic; 3using UnityEngine; 4 5public class Player : MonoBehaviour 6{ 7 // Start is called before the first frame update 8 void Start(){ 9 Debug.Log("tmr"); 10 11 } 12 13 // Update is called once per frame 14 void Update() 15 { 16 17 } 18} 19
回答1件
あなたの回答
tips
プレビュー