package.json 720 B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.settings-manager",
  3. "displayName": "Settings Manager",
  4. "version": "1.0.3",
  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. "upmCi": {
  16. "footprint": "8626270bc9561a33f85ba977df88266621679de6"
  17. },
  18. "repository": {
  19. "url": "https://github.com/Unity-Technologies/com.unity.settings-manager.git",
  20. "type": "git",
  21. "revision": "473664ccba1496294b741cf169740a5d54b3d0b6"
  22. }
  23. }