Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 962B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.unity.searcher",
  3. "displayName": "Searcher",
  4. "version": "4.9.2",
  5. "unity": "2019.1",
  6. "description": "General search window for use in the Editor. First target use is for GraphView node search.",
  7. "keywords": [
  8. "search",
  9. "searcher"
  10. ],
  11. "upm": {
  12. "changelog": "- Fixed a bug that stopped keyboard keys from affecting navigation and interaction with search results list, unless user explicitly focused/click on list using the mouse [1396759]"
  13. },
  14. "upmCi": {
  15. "footprint": "c003fc96927da2c24f950b99138713a642761fd1"
  16. },
  17. "repository": {
  18. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.searcher.git",
  19. "type": "git",
  20. "revision": "7f9f75b04e97cf09c8ddc3968d059e74d6a2460a"
  21. },
  22. "samples": [
  23. {
  24. "displayName": "Searchers Samples",
  25. "description": "Some Searcher's basic examples",
  26. "path": "Samples~"
  27. }
  28. ],
  29. "_fingerprint": "90d011a70418fd5b0f4b8e86df39444d2af228dd"
  30. }