UniVRM/Assets/VRMShaders/GLTF/IO/Runtime
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
..
Animation typo 2022-10-04 17:55:49 +09:00
AwaitCaller BREAKING CHANGE: Introduce NextFrameIfTimedOut as a new interface method of IAwaitCaller 2022-09-08 17:39:05 +09:00
Material specify a Shader instead of a string in MaterialDescriptor. 2022-12-05 17:21:20 +09:00
Texture com.unity.cloud.ktxが無い場合にasyncメソッドでawaitが無い警告が出るのを抑制 2024-06-07 00:01:29 +09:00
Util remove unused 2023-08-17 18:22:29 +09:00
Animation.meta mv Animation 2021-10-14 18:00:11 +09:00
AwaitCaller.meta mv 2021-10-14 18:19:15 +09:00
ColorSpace.cs define ITextureDeserializer 2021-05-27 18:54:27 +09:00
ColorSpace.cs.meta Divide ColorSpace enum 2021-05-13 19:20:38 +09:00
IResponsibilityForDestroyObjects.cs enabled = false. not updateWhenOffscreen 2021-09-28 16:54:34 +09:00
IResponsibilityForDestroyObjects.cs.meta IResponsibilityForDestroyObjects 2021-06-10 20:39:11 +09:00
Material.meta VRMShaders.GLTF.IO.Runtime 以下のディレクトリ整理 2021-10-14 17:57:20 +09:00
PathObject.cs VRM10Object を作成するステップ 2022-10-26 14:27:36 +09:00
PathObject.cs.meta GltfViewer 2022-10-03 14:16:17 +09:00
SubAssetKey.cs glTFTexture.source type to int? 2022-08-05 21:13:32 +09:00
SubAssetKey.cs.meta mv SubAssetKey 2021-05-24 20:12:19 +09:00
Texture.meta VRMShaders.GLTF.IO.Runtime 以下のディレクトリ整理 2021-10-14 17:57:20 +09:00
Util.meta VRMShaders.GLTF.IO.Runtime 以下のディレクトリ整理 2021-10-14 17:57:20 +09:00
VRMShaders.GLTF.IO.Runtime.asmdef Can import basisu texture at runtime import 2024-03-14 19:07:31 +09:00
VRMShaders.GLTF.IO.Runtime.asmdef.meta Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00