com.adlucem.coreso
v1.1.1
Published
Architecture with Scriptable Objects
Downloads
1
Maintainers
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",
...
}