ScriptableObjects type variables for SO Architecture in Unity
Game Architecture with Scriptable Objects - https://www.youtube.com/watch?v=raQ3iHhE_Kk
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",
...
}