{
  "name": "cz.xprees.scene-management",
  "version": "1.0.1",
  "displayName": "Scene Management",
  "description": "Scene Management package for multi-scene workflow. Adds wrapper for addressable scenes and provides event-driven scene loader.",
  "unity": "2021.3",
  "unityRelease": "16f1",
  "licensesUrl": "http://www.wtfpl.net/txt/copying/",
  "category": "Tool",
  "dependencies": {
    "com.unity.addressables": "1.21.9",
    "com.cysharp.unitask": "2.5.10",
    "com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
    "com.dbrizov.naughtyattributes": "2.1.4",
    "cz.xprees.core": "1.0.31",
    "cz.xprees.variables": "1.0.7",
    "cz.xprees.events": "1.0.7",
    "cz.xprees.editor-tools": "1.0.8"
  },
  "keywords": [
    "Scenes",
    "Multi-scene",
    "Scene-loading",
    "Addressables"
  ],
  "author": {
    "name": "xprees",
    "email": "xprees.developer@gmail.com",
    "url": "https://github.com/xprees"
  }
}