void CreatePlaceholder() { TGSConfig configComponent = tgs.gameObject.AddComponent <TGSConfig> (); configComponent.textures = tgs.textures; configComponent.config = tgs.CellGetConfigurationData(); configComponent.enabled = false; }