package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "com.unity.cinemachine",
  3. "displayName": "Cinemachine",
  4. "version": "2.10.1",
  5. "unity": "2019.4",
  6. "description": "Smart camera tools for passionate creators. \n\nNew starting from 2.7.1: Are you looking for the Cinemachine menu? It has moved to the GameObject menu.\n\nIMPORTANT NOTE: If you are upgrading from the legacy Asset Store version of Cinemachine, delete the Cinemachine asset from your project BEFORE installing this version from the Package Manager.",
  7. "keywords": [
  8. "camera",
  9. "follow",
  10. "rig",
  11. "fps",
  12. "cinematography",
  13. "aim",
  14. "orbit",
  15. "cutscene",
  16. "cinematic",
  17. "collision",
  18. "freelook",
  19. "cinemachine",
  20. "compose",
  21. "composition",
  22. "dolly",
  23. "track",
  24. "clearshot",
  25. "noise",
  26. "framing",
  27. "handheld",
  28. "lens",
  29. "impulse"
  30. ],
  31. "category": "cinematography",
  32. "dependencies": {
  33. "com.unity.test-framework": "1.1.31"
  34. },
  35. "samples": [
  36. {
  37. "displayName": "Cinemachine Example Scenes",
  38. "description": "Sample scenes illustrating various ways to use Cinemachine",
  39. "path": "Samples~/Cinemachine Example Scenes"
  40. }
  41. ],
  42. "_upm": {
  43. "changelog": "- Bugfix: Solo was not updating when brain was in FixedUpdate.\n- Bugfix: Target Groups with zero active members now report their last valid position and dimensions.\n- Bugfix: Cinemachine cameras would sometimes unnecessarily dirty the scene due to floating-point imprecision when setting transform rotations.\n- Bugfix: The GroupAverage Rotation Mode in CinemachineTargetGroup was not calculated properly.\n- Bugfix: PostProcessing and VolumeSettings were not blending correctly to and from empty profiles.\n- Bugfix: added missing null check in CinemachineTargetGroup.WeightedMemberBoundsForValidMember.\n- Bugfix: RuntimeUtility.SphereCastIgnoreTag was sometimes retruning NaN result."
  44. },
  45. "upmCi": {
  46. "footprint": "2e6c8bfd8272e81a0b5ac67d15fc7d1fefdc18cf"
  47. },
  48. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.cinemachine@2.10/manual/index.html",
  49. "repository": {
  50. "url": "https://github.com/Unity-Technologies/com.unity.cinemachine.git",
  51. "type": "git",
  52. "revision": "99f33a2a49de6506040887bf2cadade68d040e47"
  53. }
  54. }