LoadAssetAsyncをawaitで待ち受ける var texture = await Addressables.LoadAssetAsync<Texture>(target) .WithCancellation(token); _image.texture ...
確定! 回上一頁