1.1.1 • Published 5 years ago

com.adlucem.coreso v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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",
  ...
  }