C# Unity
using UnityEngine;
public class filename : MonoBehaviour
{
void Start()
{
Debug.Log("hello world");
}
void Update()
{
}
}
Mouadh Ktari
using UnityEngine;
public class filename : MonoBehaviour
{
void Start()
{
Debug.Log("hello world");
}
void Update()
{
}
}