Home > Software design >  "Library/Search/propertyDatabase.db" is already opened
"Library/Search/propertyDatabase.db" is already opened

Time:08-06

While I was making my game after i edited a script this annoying error appeard:

The property database "Library/Search/propertyDatabase.db" is already opened. UnityEditor.EditorApplication:Internal_InvokeTickEvents ()

If you need it I'm using Unity 2022.1.1.0f1

CodePudding user response:

Restart your computer to make the engine work

  • Related