Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with how to solve a common error #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ Common materials and items that can be used for many kind of games.
- Please set color space to `Gamma`

### How to solve error `The type or namespace name 'Newtonsoft' could be not found`?
- Sometimes the project has imported another version of Newtonsoft and will be conflicted. You can solve it by open `Packages/manifest.json` then edit version of `"com.unity.nuget.newtonsoft-json": "2.0.0",` to `2.0.2` or `3.0.2`
- Sometimes the project has imported another version of Newtonsoft and will be conflicted. You can solve it by open `Packages/manifest.json` then edit version of `"com.unity.nuget.newtonsoft-json": "2.0.0",` to `2.0.2` or `3.0.2`

### How to solve error `Axies missing' when building?
- Navigate to Project Settings, select Graphics, then Shader Loading, and adjust the Preloaded Shaders size to 1. Subsequently, insert the AxieMixerShaderVariants as Element 0.