package.json 1.2 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.unity.ai.navigation",
  3. "displayName": "AI Navigation",
  4. "version": "1.1.5",
  5. "unity": "2022.2",
  6. "unityRelease": "0a16",
  7. "description": "High-level NavMesh components for building and using NavMeshes at runtime and at edit time.",
  8. "dependencies": {
  9. "com.unity.modules.ai": "1.0.0"
  10. },
  11. "samples": [
  12. {
  13. "displayName": "Build And Connect NavMesh Surfaces",
  14. "description": "A set of examples on how to build and use a dynamic navigation space made of NavMesh surfaces and segment-to-segment connections.",
  15. "path": "Samples~"
  16. }
  17. ],
  18. "_upm": {
  19. "changelog": "### Fixed\n* Long warning popping up when user starts playmode while editing a prefab that contains NavMesh components ([NAVB-47](https://issuetracker.unity3d.com/product/unity/issues/guid/NAVB-47))"
  20. },
  21. "upmCi": {
  22. "footprint": "dc776759d09fcac9d8e5fc2c4e57c920ef56522a"
  23. },
  24. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ai.navigation@1.1/manual/index.html",
  25. "repository": {
  26. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ai.navigation.git",
  27. "type": "git",
  28. "revision": "a905e1ab41c8afae1a75688ceb3b4dfa1686ea75"
  29. }
  30. }