Unity SDK not installing corectly

I am seeing thousands of “Custom Unity Package…” iteration loops I’ve tried multiple fresh builds in Unity 6000.3.1f1 and the problem is constant. I’ve tried refreshing Unity after package upgrades, new builds and existing. Please advise

Thank you

Hello,

Could you please show me the logs?

How? It’s in an endless load loop, there’s no way to get to them.

Make sure you have Git installed.

Git is installed. I installed it just for the latest Convai, no other reason.

Could you please share your Unity Editor log file so we can take a closer look?
You can find it here on Windows:
AppData\Local\Unity\Editor\Editor.log

Attach that file in your next reply and we’ll investigate further.

Project ID request failed, Reason: The requested URL returned error: 401 (401).
Unknown Unity Connect error (400). Please contact support at support@unity.com while processing request “https://services.unity.com/api/unity/legacy/v1/projects/865f3f63-5683-43b8-a20c-57fa9b7d91e2”, HTTP error code 401

I only see this error message, which is not related to Convai. Make sure you are using Unity 6. I have never seen this issue before, and unfortunately I cannot reproduce it on our end.

When you restart Unity, it should actually work.

Library\PackageCache\com.soupday.cc3_unity_tools@069db15992e9\Editor\AnimPlayerGUI.cs(207,10): error CS0592: Attribute ‘SerializeField’ is not valid on this declaration type. It is only valid on ‘field’ declarations.

Entering safe mode and the following error:
Library\PackageCache\com.soupday.cc3_unity_tools@069db15992e9\Editor\AnimPlayerGUI.cs(207,10): error CS0592: Attribute ‘SerializeField’ is not valid on this declaration type. It is only valid on ‘field’ declarations.
without a way to enter my API key as all of the Convai windows are blank

Then it crashed.

Fresh install, only Convai installed
And it’s simply not working

Computer details:
Processor: 12th Gen Intel(R) Core™ i7-1260P (2.10 GHz)
RAM: 16GB
System Type: 64-bit operating system, x64-based processor

Could you please use this manifest file instead of the current one?

manifest.json (2.5 KB)

Still seeing:
Library\PackageCache\com.soupday.cc3_unity_tools@069db15992e9\Editor\AnimPlayerGUI.cs(207,10): error CS0592: Attribute ‘SerializeField’ is not valid on this declaration type. It is only valid on ‘field’ declarations.
and if I leave safe mode it crashes


Let me try on a different computer and try again. I know that doesn’t fix your error, but it
does allow me to continue my build

I’ll report

During the endless loop, I just quit Unity and reloaded.
Entered safe mode and I had the same error. I ended up pasting the error in ChatGPT and it help me delete bit of code. Obviously the Leaders post above hopefully works. otherwise.

Replace:
[SerializeField]
public static int controlStateHash { get; set; }

with :

[SerializeField]
public static int controlStateHash;

1 Like

Are you still having problems?

Today I created my first Unity project with Convai SDK, and I am having the same installing loop issue reported:

”Library\PackageCache\com.soupday.cc3_unity_tools@069db15992e9\Editor\AnimPlayerGUI.cs(207,10): error CS0592: Attribute ‘SerializeField’ is not valid on this declaration type. It is only valid on ‘field’ declarations.”

The manifest.json didn’t solve the issue.

Version: Unity 6000.3.7f1