The database has errors and cannot be automatically fixed

talkingheads

New member
I'm getting the following error: '
The database has errors and some could not be automatically fixed.
UnityEngine.Debug:LogError (object)' I cant for the life of me work out how to solve this error, does anyone have any ideas?
 
Usually this error gives some context as to why the error happens.
Were you able to fix your database?

A broken database is usually related to itemDefinitions referencing the wrong category or vice-versa.
In most cases it can fix itself but there are cases it cannot do so without making some breaking changes.

When it happens I usually recommend people to revert to a previous commit on their version control.
It is also possible to fix the issue manually by using the "debug" mode of the inspector while selecting the database and problematic objects. but without knowing what objects are problematic its a bit hard to go on.
 
Top