Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NuclearBand/NuclearScriptableObjectDatabase
Database for scriptable objects in Unity using Odin Inspector
https://github.com/NuclearBand/NuclearScriptableObjectDatabase
odin scriptableobject unity
Last synced: 3 months ago
JSON representation
Database for scriptable objects in Unity using Odin Inspector
- Host: GitHub
- URL: https://github.com/NuclearBand/NuclearScriptableObjectDatabase
- Owner: NuclearBand
- Archived: true
- Created: 2020-05-10T21:06:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T05:47:12.000Z (over 1 year ago)
- Last Synced: 2024-11-07T16:02:58.407Z (3 months ago)
- Topics: odin, scriptableobject, unity
- Language: C#
- Size: 242 KB
- Stars: 98
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuclear Scriptable Object Database
Database for scriptable objects in Unity using Odin Inspector## Requires
Unity 2023.1 or later (C# 8, Awaitable)## Installation
You can install via git url by adding this entry in your **manifest.json**
```
"com.nuclearband.sodatabase": "https://github.com/NuclearBand/NuclearScriptableObjectDatabase.git#upm"
```
The library depends on [Odin Inspector](https://odininspector.com/)1. Through the menu "Tools -> NuclearBand -> ScriptableObjectDatabase" select the folder to store the database
2. Add selected folder to Addressables groups with "SODatabase" label.## Documentation
- [Documentation](https://github.com/NuclearBand/NuclearScriptableObjectDatabase/tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.en.md)
- [Документация](https://github.com/NuclearBand/NuclearScriptableObjectDatabase/tree/master/Assets/com.nuclearband.sodatabase/Documentation/Documentation.ru.md)## Contributing
### Issues
Issues are very valuable to this project.
- Ideas are a valuable source of contributions others can make
- Problems show where this project is lacking
- With a question you show where contributors can improve the user experience### Pull Requests
Pull requests are, a great way to get your ideas into this repository.
## License
* MIT