// Use this for initialization void Start() { ScreenStack.Init(); ScreenStack.Add(new LogoEditorScreen()); //PlayerDatabase.LoadPlayerDatabase(); }