Support threads, fixes, and FAQs.

Unity Error

Last activity: 4/9/2024, 1:46:33 PMJoin the discussion →
Original post
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.
Community Member4/8/2024, 4:45:40 PM
You need to add the following dependency: <https://www.nuget.org/packages/Newtonsoft.Json/>
Community Member4/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.`
Community Member4/9/2024, 1:46:33 PM
i succeeded by installing NuGet for Unity
Cookie preferences