UniVRM/Assets
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
..
UniGLTF No access to mesh.vertices and mesh.normals and use the arrays around 2024-05-31 19:10:01 +09:00
UniGLTF_Samples Fix the compilation error on a non-windows environment 2022-11-15 17:35:08 +09:00
VRM Fix compile errors at build time 2024-05-31 18:46:38 +09:00
VRM_0x_and_10_Samples ビルドエラーを修正 2022-10-27 15:39:34 +09:00
VRM_Samples Fix compile errors at build time 2024-05-31 18:46:38 +09:00
VRM10 Merge pull request #2308 from LanternaBlender/FixColliderGroupNameExport 2024-06-04 16:14:34 +09:00
VRM10_Samples Unity2022.2.4以下と2021.3.17以下でFindObjectBy系APIが存在しないのに対応 2024-05-14 20:15:56 +09:00
VRMShaders com.unity.cloud.ktxが無い場合にasyncメソッドでawaitが無い警告が出るのを抑制 2024-06-07 00:01:29 +09:00
UniGLTF_Samples.meta GltfViewer 2022-10-03 14:16:17 +09:00
UniGLTF.meta UniGLTF を移動して、admdef を調整 2020-11-24 18:59:56 +09:00
VRM_0x_and_10_Samples.meta VRM_BOTH_Samples to VRM_0x_and_10_Samples 2022-10-20 14:53:14 +09:00
VRM_Samples.meta copy Samples~ to under Assets 2021-10-14 19:28:31 +09:00
VRM.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
VRM10_Samples.meta copy Samples~ to under Assets 2021-10-14 19:28:31 +09:00
VRM10.meta merge vrm10 2021-01-07 13:37:24 +09:00
VRMShaders.meta mv Assets/VRM/MToon,UniUnlit,ShaderProperty to Assets/VRMShaders 2020-06-19 12:56:57 +09:00