- Download the prebuilt dlls from https://github.com/senstate/csharp-client/releases/tag/0.1
- Senstate.CSharp-Client.dll
- Senstate.NetStandard.dll
-
and copy those to your project
-
Follow the instructions to install JsonNet for Unity: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Installation-via-UPM
-
Follow the examples in: https://github.com/senstate/csharp-client
-
Happy Debugging
Notes:
- Dont spam the watchers while in Update() :)
- If you restarting the app, maybe add a
AppIdthat way you won't loose your last app state... or if you want to do that, then ignore this note :)