void Awake() { context = new GuiContext(this, true); context.Start(); DontDestroyOnLoad(this); }
// Use this for initialization void Awake() { context = new GuiContext(this, true); context.Start(); }