Core SO
ScriptableObjects type variables for SO Architecture in Unity
com.adlucem.coreso 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/coreso.git README Markdown
Copy this to your project's README.md
## Installation
Add **Core SO** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/coreso.git
```
[](https://www.pkglnk.dev/pkg/coreso)README
CoreSO
ScriptableObjects type variables for SO Architecture in Unity
Reference
Game Architecture with Scriptable Objects - https://www.youtube.com/watch?v=raQ3iHhE_Kk
Registry
npmjs regisry : com.adlucem.coreso
Add these lines in Packages/manifest.json of your project.
"scopedRegistries": [
{
"name": "adlucem",
"url": "https://registry.npmjs.com",
"scopes": [
"com.adlucem"
]
}
],
"dependencies": {
"com.adlucem.coreso": "X.X.X",
...
}
No comments yet. Be the first!