File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -83,3 +83,19 @@ There is a simple example scene included that demonstrates how to send three dif
83
83
- A more complex statement using ` result ` and ` context ` with extensions
84
84
85
85
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.
You can’t perform that action at this time.
0 commit comments