{
  "name": "com.prototyper.essential",
  "version": "0.0.25",
  "displayName": "SS Essential",
  "description": "The Prototyper Essential Unity Package provides a foundational framework for Unity developers, offering a collection of utilities, extensions, and systems to streamline development workflows. It is designed to enhance productivity and simplify common tasks in Unity projects.",
  "documentationUrl": "",
  "changelogUrl": "",
  "licensesUrl": "",
  "dependencies": {
    "com.prototyper.buildpipeline": "*"
  },
  "keywords": [],
  "author": {
    "name": "Farl Lee",
    "email": "spring_snow@hotmail.com",
    "url": ""
  },
  "hideInEditor": false,
  "license": "MIT License",
  "samples": [
    {
      "displayName": "Audio Visualization Example",
      "description": "Demonstrates audio visualization techniques.",
      "path": "Samples~/Audio Visualization Example"
    },
    {
      "displayName": "Async Await Example",
      "description": "Shows how to use async/await in Unity.",
      "path": "Samples~/Async Await Example"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Farl/SSCore2017.git",
    "revision": ""
  },
  "hideFlags": 0
}