Assets\HypeRate\HypeRate Heart Rate SDK\hyperateSocket.cs(7,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
How do i fix this error? it occured right after importing HypeRate from the asset store.
You need to add the following dependency:
<https://www.nuget.org/packages/Newtonsoft.Json/>
Community Member•4/9/2024, 1:16:18 PM
how do i add this? i have tried running the package manager command for visual studio, didn't work. Then i tried `dotnet add package Newtonsoft.Json --version 13.0.3` and got the error `Found more than one project in <path>. Specify which one to use.`