public void Setup() { var camera = Object.FindObjectOfType <Camera>(); if (camera == null) { var go = new GameObject("Main Camera"); go.AddComponent <Camera>(); } plugin = new ComponentPlugin(); context = new UFContext(); }
public void Setup() { context = new UFContext(); }