public void Initiate() { if (!initialised) { laplace.InitiateLaplace(); initialised = true; } else { Debug.Log("InitiateLaplace already called"); } }