InteractiveScapeGmbH / TuioUnityClient

MIT License
14 stars 2 forks source link

Newtonsoft.Json library #17

Open ScottAndIrwinDev opened 4 weeks ago

ScottAndIrwinDev commented 4 weeks ago

Hello, I have seen that the Newtonsoft.Json library is included in the source code of the repository. I think it would be better to include it as a dependency in the package.json, since the current included version causes an error with some unity native libraries that already use this library as a dependency.

I have tested and the one included by unity does not cause any error. image

Best regards.

eqbic commented 3 weeks ago

Ah nice. I somehow missed that unity has newtonsoft package in its own registry. Could you do a pull request with your changes so I can merge them to the main branch?