Skip to content

Commit 61a50e8

Browse files
author
Cory Leach
committed
Update README.md
1 parent 5d842a0 commit 61a50e8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ manager.LoadUnityObjectOverwrite(myScriptableObject,"MyUnityObjectData.data");
7070

7171
## Enable Json.Net Support
7272

73-
Ensure the [Json.Net for Unity](https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347) package has been imported.</br>
73+
Import the Netwonsoft Json package from the package manager or copy and paste the below into your package manifest.
74+
```C#
75+
"com.unity.nuget.newtonsoft-json": "3.0.2"
76+
```
7477
In player settings add the string 'JSON_DOT_NET' to Scripting Define Symbols.
7578

7679
<!-- DOC-END -->

0 commit comments

Comments
 (0)