Reply by k3kalinix | 2024-10-28 15:32:07
Can i see the package manager?
Reply by k3kalinix | 2024-10-28 15:32:07
Can i see the package manager?
Reply by k3kalinix | 2024-10-28 15:32:41
Errors related to UI ToolKit.
Reply by anmolsingh1607 | 2024-10-28 16:09:35
It turned out to be a namespace conflict. Worked by specifying the namespace.
private static Label _monthlyUsageLabel;
to
private static UnityEngine.UIElements.Label _monthlyUsageLabel;
Reply by k3kalinix | 2024-10-28 16:12:35
I see, I’m glad to hear you’ve fixed it.
This conversation happened on the Convai Discord Server, so this post will be closed.