Няма описание
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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "com.unity.timeline",
  3. "displayName": "Timeline",
  4. "version": "1.7.6",
  5. "unity": "2019.3",
  6. "keywords": [
  7. "unity",
  8. "animation",
  9. "editor",
  10. "timeline",
  11. "tools"
  12. ],
  13. "description": "Use Unity Timeline to create cinematic content, game-play sequences, audio sequences, and complex particle effects.",
  14. "dependencies": {
  15. "com.unity.modules.director": "1.0.0",
  16. "com.unity.modules.animation": "1.0.0",
  17. "com.unity.modules.audio": "1.0.0",
  18. "com.unity.modules.particlesystem": "1.0.0"
  19. },
  20. "relatedPackages": {
  21. "com.unity.timeline.tests": "1.7.6"
  22. },
  23. "_upm": {
  24. "changelog": "### Fixed\n\n- Fixed issue where a warning would be logged in the console for `TrackAsset` ([TB-229](https://issuetracker.unity3d.com/product/unity/issues/guid/TB-229)).\n- Fixed issue where changing the name of a group track was not undoable ([TB-218](https://issuetracker.unity3d.com/issues/timeline-track-group-renaming-doesnt-go-into-the-undo-history)).\n- Fixed performance regression when rebuilding the playable graph."
  25. },
  26. "upmCi": {
  27. "footprint": "3b10fa90274ffad69478c58a8f1d6240e11469b7"
  28. },
  29. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.timeline@1.7/manual/index.html",
  30. "repository": {
  31. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.timeline.git",
  32. "type": "git",
  33. "revision": "02f49ada64a9f88044207cf42ba407dc634ef8e6"
  34. },
  35. "samples": [
  36. {
  37. "displayName": "Customization Samples",
  38. "description": "This sample demonstrates how to create custom timeline tracks, clips, markers and actions.",
  39. "path": "Samples~/Customization"
  40. },
  41. {
  42. "displayName": "Gameplay Sequence Demo",
  43. "description": "This sample demonstrates how Timeline can be used to create a small in-game moment, using built-in Timeline tracks.",
  44. "path": "Samples~/GameplaySequenceDemo"
  45. }
  46. ]
  47. }