Ejemplo n.º 1
0
 public override void Save()
 {
     SaveSystemAPI.SaveImagePNGAsync(this.identifierField.text, (Texture2D)this.image.texture);
 }