Exemplo n.º 1
0
 public void NextUIStage()
 {
     entitySerializer.SerializeEntity(entityDispenser.EntityObjectInCreation);
     uiThisStageRoot.gameObject.SetActive(false);
     uiNextStageRoot.gameObject.SetActive(true);
 }