package.json 703 B

123456789101112131415161718192021
  1. {
  2. "name": "com.unity.settings-manager",
  3. "displayName": "Settings Manager",
  4. "version": "1.0.2",
  5. "unity": "2018.3",
  6. "description": "A framework for making any serializable field a setting, complete with a pre-built settings interface.",
  7. "samples": [
  8. {
  9. "displayName": "User Settings Example",
  10. "description": "Example code showing use of the Settings Manager attributes.",
  11. "path": "Samples~"
  12. }
  13. ],
  14. "hideInEditor": true,
  15. "repository": {
  16. "footprint": "d4e654a69bb413c96bf81bf09a46685cd55b03b1",
  17. "type": "git",
  18. "url": "https://github.com/Unity-Technologies/com.unity.settings-manager.git",
  19. "revision": "e8eedc87ca7850bac0f7b2257db4edb8c300a0f3"
  20. }
  21. }