{
  "name": "fr.jeanf.scenemanagement",
  "version": "0.6.5",
  "displayName": "Scene Management",
  "description": "This package contains two scene loading system, one is additive, the other is to load subscenes. \nBoth system are living side-by-side.\nThe dynamic systems handles the loading of all static content (environment) using subscenes.\nThe additive system loads scene additively depending on zone & region and upon scenario load/unload requests. Each region or scenario can have dependency that will remain loaded until either a region or a scenario became irrelevant.",
  "unity": "2021.3",
  "keywords": [
    "jeanf",
    "scenemanagement"
  ],
  "author": {
    "name": "Jean-François Robin",
    "email": "robin.jeanfrancois@gmail.com",
    "url": "https://jeanfrancoisrobin.art"
  },
  "dependencies": {
    "fr.jeanf.eventsystem": "0.1.121",
    "fr.jeanf.propertydrawer": "1.1.6",
    "com.unity.entities": "1.3.9",
    "com.unity.entities.graphics": "1.3.2"
  },
  "samples": [
    {
      "displayName": "Setup",
      "description": "setup",
      "path": "Samples/Setup"
    },
    {
      "displayName": "Example",
      "description": "This Sample exemplify all the systems made in this package to make it easier to understand the required setup.",
      "path": "Samples/Example"
    }
  ]
}
