UnityScripterAI
Discord ↗
Link Copied to Clipboard
×
"hello world"
using UnityEngine; public class HelloWorld : MonoBehaviour { // Start is called before the first frame update void Start() { Debug.Log("Hello World!"); } }