This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # UnityScriptableObjectDatabase
1+ # Nuclear Scriptable Object Database
22Database for scriptable objects in Unity using Odin Inspector
33
44## Requires
5- Unity 2020.1.4 or later (C# 8)
5+ Unity 2023.1 or later (C# 8, Awaitable )
66
77## Installation
88You can install via git url by adding this entry in your ** manifest.json**
99```
10- "com.nuclearband.sodatabase": "https://github.com/NuclearBand/UnityScriptableObjectDatabase .git#upm"
10+ "com.nuclearband.sodatabase": "https://github.com/NuclearBand/NuclearScriptableObjectDatabase .git#upm"
1111```
1212The library depends on [ Odin Inspector] ( https://odininspector.com/ )
1313
14141 . Through the menu "Tools -> NuclearBand -> ScriptableObjectDatabase" select the folder to store the database
15152 . Add selected folder to Addressables groups with "SODatabase" label.
1616
1717## Documentation
18- - [ Documentation] ( https://github.com/NuclearBand/UnityScriptableObjectDatabase /tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.en.md )
19- - [ Документация] ( https://github.com/NuclearBand/UnityScriptableObjectDatabase /tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.ru.md )
18+ - [ Documentation] ( https://github.com/NuclearBand/NuclearScriptableObjectDatabase /tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.en.md )
19+ - [ Документация] ( https://github.com/NuclearBand/NuclearScriptableObjectDatabase /tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.ru.md )
2020
2121## Contributing
2222
You can’t perform that action at this time.
0 commit comments