"No Accounts found, please login in Manager" in Unity even after setting up manager

Unity connector should work work with mac.

I have a couple of follow-up questions

  • Are you seeing accounts loaded while in editor? or at runtime?
  • Are you able to check if other speckle connectors load accounts?

Additionally, please could you check which of the following files eixsts
./Library/Application Support/Speckle/Accounts.db or .config/Speckle/Accounts.db

This could be the same issue that No Accounts db found - #6 by ruggierovc discovered.

In which case, you can either override the path that Speckle is looking for accounts in.

E.g. by calling this at the start of your application, before you’re trying to use any speckle functions (e.g. call in the Awake function of a singleton/manager component)

SpecklePathProvider.OverrideAccountsFolderName("path/to/account/folder")

Or by copying the accounts DB over to both folders.

1 Like