maint: created new scene for demoing. cleaned up errors.
This commit is contained in:
@@ -49,10 +49,15 @@ namespace Reset.Core.Tools{
|
||||
Destroy(this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
void Start(){
|
||||
canvasRootGameObject = GameManager.UI;
|
||||
root = canvasRootGameObject.transform.Find("Debug Overlay").GetComponent<UIDocument>();
|
||||
|
||||
SetCurrentPageVisible();
|
||||
|
||||
Debug.Log(valueTemplate.Instantiate().resolvedStyle.backgroundColor);
|
||||
|
||||
Reference in New Issue
Block a user