using UnityEngine; public class TestKlasse : MonoBehavior{ private void Start(){ //dostuff; } }