From 5ff47dd07396397944a474d8c1e51561a22a7c83 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 19 Mar 2024 16:56:40 +0900 Subject: [PATCH] add cs1061 --- docs/release/112/v0.121.0.md | 4 ++-- docs/univrm/error/cs1061.md | 19 +++++++++++++++++++ sidebars.ts | 1 + 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 docs/univrm/error/cs1061.md diff --git a/docs/release/112/v0.121.0.md b/docs/release/112/v0.121.0.md index e6a0d01f3..1f64d1da4 100644 --- a/docs/release/112/v0.121.0.md +++ b/docs/release/112/v0.121.0.md @@ -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 ::: diff --git a/docs/univrm/error/cs1061.md b/docs/univrm/error/cs1061.md new file mode 100644 index 000000000..a95959da4 --- /dev/null +++ b/docs/univrm/error/cs1061.md @@ -0,0 +1,19 @@ +# CS1061 + +```txt +error CS1061: 'KeyValuePair' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair' 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) + diff --git a/sidebars.ts b/sidebars.ts index 027018f34..4ce4c359e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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", ],