Database
Last updated
Last updated
SystemDatabase is a scriptable object used for managing system assets, their unique IDs. Initially designed to be used in Editor, but it may also be accessed at runtime.
You can register all assets in the project here or clear the database. But creating a new assets should be done through Manager Window.
Items in the database are scriptable objects as well, so they can be as any other asset in unity.
Alternatively you can retrieve them using their IDs from this database.