silverua / slay-the-spire-map-in-unity

Implementation of the Slay the Spire Map in Unity3d
MIT License
288 stars 68 forks source link

Newtonsoft JSON #23

Closed Chizaruu closed 1 year ago

Chizaruu commented 1 year ago

Unity now supports the Newtonsoft JSON as a standalone package, and you can easily access it by following these instructions:

  1. Visit the following link to access the Newtonsoft JSON package documentation: https://docs.unity3d.com/Packages/com.unity.nuget.newtonsoft-json@3.0/manual/index.html

  2. Once you are on the page, you can learn more about the package and how to use it in your Unity projects.

  3. To start using the package in your project, import it through the Package Manager. The package name is com.unity.nuget.newtonsoft-json@3.0.

Only bringing it up as I wanted to remove the dependence on Analytics/In-app purchases packages.

silverua commented 1 year ago

Thanks, that's helpful info.

I am hesitant to change anything related to this atm because:

Chizaruu commented 1 year ago

Yeah, you need to include it via git URL for Unity 2019/2021. (It's added to the Package Manager in 2022 I believe)

It should be compatible with Unity 2019 but would need to test to make sure.

Chizaruu commented 1 year ago

Btw, 2019.3.11 isn't the latest version for 2019 LTS image

silverua commented 1 year ago

I gave up yesterday and updated master to Unity 2021. Reasons:

Chizaruu commented 1 year ago

image