InteractiveScapeGmbH / TuioUnityClient

MIT License
14 stars 2 forks source link

17 newtonsoftjson library #18

Open eqbic opened 3 weeks ago

eqbic commented 3 weeks ago

Use Newtonsoft.Json from Unity Package Registry

Problem

As mentioned in #17 the provided newtonsoft json dll can cause issues in some cases.

Solution

This PR removes the newtonsoft json dll and adds a dependency to unitys own newtonsoft json package.