NuclearScriptableObjectDatabase icon indicating copy to clipboard operation
NuclearScriptableObjectDatabase copied to clipboard

Some better example

Open stychu opened this issue 4 years ago • 1 comments

Current documentation is very sparse. I can't manage to setup properly the database. Could you make some documentation on how to setup properly the database?

stychu avatar Mar 22 '21 14:03 stychu

There are only two steps for initialization.

  1. Through the menu "Tools -> NuclearBand -> ScriptableObjectDatabase" select the folder to store the database
  2. Add selected folder to Addressables groups with "SODatabase" label.

After that you can populate and edit it through the same menu (Tools -> NuclearBand -> ScriptableObjectDatabase), and there is the example how you can access it through code in the folder Example.

Tr0sT avatar May 07 '21 09:05 Tr0sT