UniVRM/Assets/VRMShaders/GLTF/IO
Isamu Mogi 43de5fa553 com.unity.cloud.ktxが無い場合にasyncメソッドでawaitが無い警告が出るのを抑制
com.unity.cloud.ktxが存在していない場合にそのままnullを返す実装に切り替わりますが、そのままだとasyncメソッドで一度もawaitしていないので次のようなコンパイラの警告が出てしまっていました。

```
Assets/VRMShaders/GLTF/IO/Runtime/Texture/Importer/KtxTextureDeserializer.cs(14,38): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
```

pragmaを用いて警告を抑制するようにしました。
2024-06-07 00:01:29 +09:00
..
Editor GltfViewer 2022-10-03 14:16:17 +09:00
Resources Hidden/UniGLTF/StandardMapExporter 2021-09-09 18:46:57 +09:00
Runtime com.unity.cloud.ktxが無い場合にasyncメソッドでawaitが無い警告が出るのを抑制 2024-06-07 00:01:29 +09:00
Tests Re-added binary files 2022-09-28 16:55:48 +09:00
Editor.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00
Resources.meta mv texture convert shaders to VRMShaders 2021-09-09 14:46:32 +09:00
Runtime.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00
Tests.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00