Mathis NSM
Mathis NSM
CC#
Created by Mathis NSM on 7/22/2024 in #help
All compiler errors have to be fixed before you can enter playmode!
I watched a video on youtube and in the video it worked..
14 replies
CC#
Created by Mathis NSM on 7/22/2024 in #help
All compiler errors have to be fixed before you can enter playmode!
Okay thx u
14 replies
CC#
Created by Mathis NSM on 7/22/2024 in #help
All compiler errors have to be fixed before you can enter playmode!
c#
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.log("Hello, World!");
}

// Update is called once per frame
void Update()
{

}
}
c#
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.log("Hello, World!");
}

// Update is called once per frame
void Update()
{

}
}
14 replies