Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 3538fe0

Browse files
author
serg.morozov
committed
feat: interfaces
1 parent edc5418 commit 3538fe0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# UnityScriptableObjectDatabase
1+
# Nuclear Scriptable Object Database
22
Database 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
88
You 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
```
1212
The library depends on [Odin Inspector](https://odininspector.com/)
1313

1414
1. Through the menu "Tools -> NuclearBand -> ScriptableObjectDatabase" select the folder to store the database
1515
2. 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

0 commit comments

Comments
 (0)