package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "com.unity.cinemachine",
  3. "displayName": "Cinemachine",
  4. "version": "2.6.11",
  5. "unity": "2018.4",
  6. "description": "Smart camera tools for passionate creators. \n\nIMPORTANT NOTE: If you are upgrading from the 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. "repository": {
  33. "url": "https://github.com/Unity-Technologies/com.unity.cinemachine.git",
  34. "type": "git",
  35. "revision": "0eef4802dbe9ea60fc58767471ce4c5ea86632de"
  36. },
  37. "samples": [
  38. {
  39. "displayName": "Cinemachine Example Scenes",
  40. "description": "Sample scenes illustrating various ways to use Cinemachine",
  41. "path": "Samples~/Cinemachine Example Scenes"
  42. },
  43. {
  44. "displayName": "Scrubbable support for Nested Timelines (experimental)",
  45. "description": "Experimental feature. Adds a Timeline extension to support scrubbable nested timelines. This extension will become obsolete when Timeline adds native support for the missing API",
  46. "path": "Samples~/Nested Timeline Scrub Bubble"
  47. }
  48. ],
  49. "upmCi": {
  50. "footprint": "dbdce9ba6502b01f798615cb81bbfa12c615c9b8"
  51. }
  52. }