-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #384 from ousttrue/add/cs1061
add cs1061
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters