Database Location

Default location and how to move

When you install TBE there is already one default Database Location and that is inside the TBE directory. If you want to move it out of there (e.g. to put it under your version controlled directory), find the file TbeDefaultDatabase and move it to where you want it to be. If you want to take along the existing data, then you also move the subdirectories that are in the same directory as the TbeDefaultDatabase file.

Any TBE Database Location must be somewhere under a "resources" directory, or else, loading will fail at runtime.
If you want to have multiple database locations in one project, consider how Unity treats "resources" directories. Be sure to choose different directory names for your different databases.

Creating a new Database Location

It is possible to have multiple databases in your project, but it is not possible to have multiple databases in one scene.