예제 #1
0
 public override async void Load()
 {
     this.image.texture = await SaveSystemAPI.LoadImageAsync(this.identifierField.text);
 }