ERROR Lybrar not missing?

Hi everyone,

I’m encountering severe compilation errors in a brand new Unity project (Unity 6000.1.17f1) immediately after importing the Convai SDK. I haven’t written any custom code yet—the project is essentially empty aside from the SDK itself.

The issue: Upon importing the SDK, Unity fails to resolve the main assembly, leading to a compilation loop.

Error logs:

  1. Burst Compilation Failure: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Assembly-CSharp, Version=0.0.0.0...' This appears to be triggered by zzzUnity.Burst.CodeGen.

  2. Missing Reference: 'Convai.Editor.Configuration_Window.Components.Sections.AccountsSection' (are you missing an assembly reference?)

Steps taken:

  • Deleted Library, Temp, Obj, and UserSettings folders.

  • Re-imported the project from scratch.

  • Confirmed no conflicting packages exist in the Package Manager.

It seems like the SDK is having trouble initializing its own assembly definitions within the new Unity 6000 environment, specifically with dependencies like gRPC and LiveKit.

Has anyone else experienced these conflicts with the latest version of the Convai SDK on Unity 6000? Any insights on how to force a successful assembly resolution would be appreciated.

Hello,

Welcome to the Convai Developer Forum!

Could you please show me the first error?

"Hi, I managed to fix the initial AssemblyResolutionException error, but the remaining compilation errors persist despite a clean re-installation of the SDK

Could you share all the logs as text?

how do I do it?

Select All and CTRL + C

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\APIKeySetupLogic.cs(7,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\APIKeySetupLogic.cs(10,19): error CS0234: The type or namespace name ‘VSAttribution’ does not exist in the namespace ‘UnityEditor’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\ConvaiAccountSectionLogic.cs(2,78): error CS0234: The type or namespace name ‘UserAccountInformation’ does not exist in the namespace ‘Convai.Editor.Configuration_Window.Components.Sections.AccountsSection’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\ConvaiAccountSection.cs(2,78): error CS0234: The type or namespace name ‘UserAccountInformation’ does not exist in the namespace ‘Convai.Editor.Configuration_Window.Components.Sections.AccountsSection’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\AccountInformationUI.cs(3,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(3,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UserAPIUsage.cs(8,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsLogic.cs(5,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsUI.cs(3,22): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘Convai.Scripts’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\APIKeySetupLogic.cs(162,55): error CS0246: The type or namespace name ‘ConvaiAPIKeySetup’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(11,40): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(11,40): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(14,40): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(14,40): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(17,42): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(17,42): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(20,44): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(20,44): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(23,49): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(23,49): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(26,42): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(26,42): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(29,44): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(29,44): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(32,45): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(32,45): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(38,33): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(38,33): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(41,35): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(41,35): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(44,36): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(44,36): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(47,44): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(47,44): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(50,42): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(50,42): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(56,36): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(56,36): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(59,36): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(59,36): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(62,36): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(62,36): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(68,38): error CS0246: The type or namespace name ‘ReadOnlyAttribute’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\UserAccountInformation\UsageData.cs(68,38): error CS0246: The type or namespace name ‘ReadOnly’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsLogic.cs(18,67): error CS0246: The type or namespace name ‘ConvaiLogger’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsLogic.cs(47,58): error CS0246: The type or namespace name ‘ConvaiLogger’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsLogic.cs(54,58): error CS0246: The type or namespace name ‘ConvaiLogger’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\ConvaiAccountSectionLogic.cs(12,26): error CS0246: The type or namespace name ‘AccountInformationUI’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\LoggerSettingsLogic.cs(14,34): error CS0234: The type or namespace name ‘LoggerSystem’ does not exist in the namespace ‘Convai.Runtime’ (are you missing an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\APIKeySetup\ConvaiAccountSectionLogic.cs(24,13): error CS0246: The type or namespace name ‘AccountInformationUI’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\AccountsSection\ConvaiAccountSection.cs(18,26): error CS0246: The type or namespace name ‘AccountInformationUI’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.convai.convai-sdk-for-unity@6fe99fddb54e\SDK\Editor\ConfigurationWindow\Components\Sections\LoggerSettings\ConvaiLoggerSettingSection.cs(26,26): error CS0246: The type or namespace name ‘LoggerSettingsLogic’ could not be found (are you missing a using directive or an assembly reference?)

Could you please try again?