Skip to content

Commit 944450d

Browse files
authored
Update README.md
1 parent dc80633 commit 944450d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,19 @@ There is a simple example scene included that demonstrates how to send three dif
8383
- A more complex statement using `result` and `context` with extensions
8484

8585
As this example is a bit dull, additional example scenes are welcome via either suggestion (issue) or even a pull request. 👏
86+
87+
### Which Json.Net Version to Import?
88+
When you double click the Json.NET Unity Package, there will be 3 options to choose from:
89+
- .NET Standard 2.0 (most common)
90+
- .NET 4.0
91+
- .NET 4.5
92+
93+
![Json.NET Unity Package Import UI](https://i.imgur.com/yzcpGec.png)
94+
95+
Import the one matching your project's build settings, which can be checked at
96+
```
97+
Edit > Project Settings > Player > Api Compatibility Level
98+
```
99+
![Unity Project Settings](https://i.imgur.com/vEfGztT.png)
100+
101+
There may be subtle differences between their `.NET 4.0` and `.NET 4.5` libraries, so mileage may vary between them.

0 commit comments

Comments
 (0)