Newtonsoft Error While Using Muse Behavior

I’m running Muse Behavior (v0.7.1) in 2023.2.17 and am getting an error about Newtonsoft. I can see that the dependency is installed (Newtonsoft Json v3.2.1). Is anyone else getting an error like this?

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(27,24): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

I am getting ~300 of these errors.

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(27,24): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(25,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(26,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\OpenAPIDateConverter.cs(10,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Any ideas would be appreciated!
Thank you!

Hello,

Thank you for messaging us !
We tried to reproduce on our end but it does not happen. Can you provide the exact steps you followed when it happened ? Like, did you import it on this version, or did you upgrade, etc… also which packages are in your project.

Few things you can try as well:

  • Remove / Reimport Muse Behavior
  • Close the project, delete the Library Folder and reopen it
    Hopefully, one of those 2 will fix the issue.

If it still happens, please provide more detailed steps, we can try to reproduce it on our end and fix it :slight_smile:

Best regards

Thank you so much for trying to help. I had installed it for the first time (I did not upgrade from a prior version in this project). I tried to remove and re-import Muse Behavior and to delete the Library folder, but neither option worked. I’m providing the packages I have installed in the project here:

{
  "dependencies": {
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.collab-proxy": "2.3.1",
    "com.unity.feature.development": "1.0.2",
    "com.unity.feature.vr": "1.0.1",
    "com.unity.learn.iet-framework": "3.1.3",
    "com.unity.muse.behavior": "0.7.1",
    "com.unity.render-pipelines.universal": "16.0.5",
    "com.unity.timeline": "1.8.6",
    "com.unity.ugui": "2.0.0",
    "com.unity.visualscripting": "1.8.0",
    "com.unity.xr.interaction.toolkit": "3.0.1",
    "com.unity.xr.management": "4.4.0",
    "com.unity.xr.openxr": "1.10.0",
    "com.unity.modules.accessibility": "1.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
  }
}

Here’s how Newtonsoft looks in the package manager. You can see the Behavior dependency.
image
And here you can see how Behavior looks:
image

That’s frustrating! Can you share a full stack so we can look into it? Sorry for this :frowning:

Is this what you need? I really appreciate your help, it means a lot. Can I provide anything else?

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(27,24): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(25,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(26,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\OpenAPIDateConverter.cs(10,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AbstractOpenAPISchema.cs(12,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AbstractOpenAPISchema.cs(13,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesChatRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesChatRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesChatRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesModelParameters.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesModelParameters.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesModelParameters.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsChatRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsChatRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsChatRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsModelParameters.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsModelParameters.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsModelParameters.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Conversation.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Conversation.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Conversation.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragment.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragment.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragment.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragmentPatch.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragmentPatch.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragmentPatch.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationInfo.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationInfo.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationInfo.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationPatchRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationPatchRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationPatchRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ErrorResponse.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ErrorResponse.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ErrorResponse.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Feedback.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Feedback.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Feedback.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FeedbackRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FeedbackRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FeedbackRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FOSSChatRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FOSSChatRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FOSSChatRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\HTTPValidationError.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\HTTPValidationError.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\HTTPValidationError.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\TopicRequest.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\TopicRequest.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\TopicRequest.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ValidationError.cs(20,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ValidationError.cs(21,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ValidationError.cs(22,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AbstractOpenAPISchema.cs(25,32): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AbstractOpenAPISchema.cs(42,32): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(47,26): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\OpenAPIDateConverter.cs(18,41): error CS0246: The type or namespace name 'IsoDateTimeConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsFeedbackSentiment.cs(31,27): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(216,16): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Client\ApiClient.cs(65,32): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsSentiment.cs(31,27): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Category.cs(31,27): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMuseRequestsChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(67,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(67,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragmentPatch.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragmentPatch.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationInfo.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationInfo.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(177,47): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ErrorResponse.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ErrorResponse.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragment.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ConversationFragment.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(177,90): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Conversation.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Conversation.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(185,40): error CS0246: The type or namespace name 'JsonWriter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(185,73): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(36,10): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(36,10): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ChatMessage.cs(36,31): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptType.cs(31,27): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FOSSChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FOSSChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Feedback.cs(42,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\Feedback.cs(42,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(31,6): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(31,6): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptDecision.cs(31,27): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptRequest.cs(50,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\OptRequest.cs(50,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(185,40): error CS0246: The type or namespace name 'JsonWriter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(185,73): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(198,41): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\LocationInner.cs(198,99): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\TopicRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\TopicRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ValidationError.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ValidationError.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(198,41): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\ResponseGetConversationMuseConversationConversationIdGet.cs(198,99): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FeedbackRequest.cs(50,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\FeedbackRequest.cs(50,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\AssistantModelsMessagesChatRequest.cs(36,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(67,10): error CS0246: The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(67,10): error CS0246: The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(36,10): error CS0246: The type or namespace name 'JsonConverterAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(36,10): error CS0246: The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Runtime\GenerativeAI\WebApi\Model\SafeChatMessage.cs(36,31): error CS0246: The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(4,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\JsonSerializationUtility.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\NodeModelJSONConverter.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\NodeModelJSONConverter.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(4,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(5,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\BaseModel.cs(1,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(1,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(5,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(4,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(4,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\SequenceNodeModel.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\TypedVariableModel.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\VariableModel.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Dispatcher\Handlers\CopyNodeCommandHandler.cs(5,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Manipulators\PasteNodeManipulator.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\JsonSerializationUtility.cs(8,23): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\JsonSerializationUtility.cs(22,63): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\JsonSerializationUtility.cs(25,68): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(28,6): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(28,6): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(28,17): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\JsonSerializationUtility.cs(28,73): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(11,6): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(11,6): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(11,17): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(10,50): error CS0246: The type or namespace name 'JsonConverter<>' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(51,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(17,40): error CS0246: The type or namespace name 'JsonWriter' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(17,68): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(51,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(58,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(58,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(63,36): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\PolymorphicJSONConverter.cs(63,112): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(61,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(61,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(62,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(62,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(64,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(64,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(14,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(14,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(65,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(65,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(9,6): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(9,6): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(9,17): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(66,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(66,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(16,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(16,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(17,6): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(17,6): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(17,17): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(68,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(68,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(68,23): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(48,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(48,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\BaseModel.cs(7,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\BaseModel.cs(7,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(70,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(70,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(23,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(23,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(7,6): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(7,6): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(7,17): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\SequenceNodeModel.cs(11,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\SequenceNodeModel.cs(11,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\SequenceNodeModel.cs(11,23): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(77,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(77,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(77,23): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(13,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(13,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(25,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphAsset.cs(25,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(79,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\PortModel.cs(79,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(47,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(47,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(20,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(20,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(50,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(50,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(10,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(10,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(23,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(23,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(51,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(51,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(13,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\FloatingPortNodeModel.cs(13,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(7,20): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(7,20): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(7,31): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\NodeModelJSONConverter.cs(9,44): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Serialization\NodeModelJSONConverter.cs(10,36): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(26,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(26,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(26,23): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(29,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(29,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(29,23): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\TypedVariableModel.cs(12,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\TypedVariableModel.cs(12,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(96,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(96,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(32,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(32,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\VariableModel.cs(7,20): error CS0246: The type or namespace name 'JsonObjectAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\VariableModel.cs(7,20): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\VariableModel.cs(7,31): error CS0246: The type or namespace name 'IsReference' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(33,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(33,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(103,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(103,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\TypedVariableModel.cs(9,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\TypedVariableModel.cs(9,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(34,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(34,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(113,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\SerializableGUID.cs(113,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(110,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(110,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(36,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(36,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(123,10): error CS0246: The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\SerializableType.cs(123,10): error CS0246: The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(37,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(37,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(38,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(38,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(39,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(39,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(41,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(41,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(42,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(42,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(43,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(43,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(45,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(45,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(46,10): error CS0246: The type or namespace name 'JsonIgnoreAttribute' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.muse.behavior@0.7.1\Tools\Graph\Asset\GraphNodeModel.cs(46,10): error CS0246: The type or namespace name 'JsonIgnore' could not be found (are you missing a using directive or an assembly reference?)

Error building Player because scripts had compiler errors

Build completed with a result of 'Failed' in 3 seconds (2765 ms)
305 errors
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Assets\VRTemplateAssets\Scripts\AnchorVisuals.cs(29,9): warning CS0618: 'Vector3TweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Assets\VRTemplateAssets\Scripts\XRPokeFollowAffordanceFill.cs(143,18): warning CS0618: 'Vector3TweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Assets\VRTemplateAssets\Scripts\XRPokeFollowAffordanceFill.cs(144,18): warning CS0618: 'FloatTweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Assets\VRTemplateAssets\Scripts\XRPokeFollowAffordanceFill.cs(143,78): warning CS0618: 'Vector3TweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Assets\VRTemplateAssets\Scripts\XRPokeFollowAffordanceFill.cs(144,79): warning CS0618: 'FloatTweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Assets\VRTemplateAssets\Scripts\AnchorVisuals.cs(41,33): warning CS0618: 'Vector3TweenableVariable' is obsolete: 'The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.'

Hey @thubbardnd , thank you for this. I’m struggling to get a repro, maybe we can go on Zoom sometime and look into this together?

Muse is being replaced with Unity AI and all Muse experimental packages are now sunset. Read more about Unity AI here: Unity AI: AI Game Development Tools & RT3D Software | Unity