Skip to content

Commit

Permalink
Merge pull request #384 from ousttrue/add/cs1061
Browse files Browse the repository at this point in the history
add cs1061
  • Loading branch information
ousttrue authored Mar 19, 2024
2 parents 51b9ad0 + 5ff47dd commit 96407c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release/112/v0.121.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ https://github.com/vrm-c/UniVRM/issues/2248

:::

:::note TODO
:::info KHR_texture_basisu の暫定対応

- https://github.com/vrm-c/UniVRM/issues/2169
- https://github.com/vrm-c/UniVRM/pull/2264

:::
19 changes: 19 additions & 0 deletions docs/univrm/error/cs1061.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CS1061

```txt
error CS1061: 'KeyValuePair<SubAssetKey, Texture>' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair<SubAssetKey, Texture>' could be found (are you missing a using directive or an assembly reference?)
```

:::warning Unity と UniVRM のバージョンが合っていません。
:::

:::info
Unity を新しくするか、
UniVRM を古くしてください。
:::

[UniVRM Version](/release/) を参照してください。

- [VRMShader/GLTF errors on empty/blank/new unity 2019.4.31f1 project · Issue #2228 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2228)
- [Issue with Unity 2019.4.31f1 and Unity 2020.3.1f1 · Issue #2149 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2149)

1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const sidebars: SidebarsConfig = {
"univrm/error/could_not_include",
"univrm/error/null_reference_exeption",
"univrm/error/skinnedmeshrenderer_rootbone",
"univrm/error/cs1061",
//
"univrm/error/report_error",
],
Expand Down

0 comments on commit 96407c5

Please sign in to comment.