playtest-unity/playtest/Library/PackageCache/com.unity.timeline@1.7.4/package.json

48 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-06-19 23:21:21 -04:00
{
"name": "com.unity.timeline",
"displayName": "Timeline",
"version": "1.7.4",
"unity": "2019.3",
"keywords": [
"unity",
"animation",
"editor",
"timeline",
"tools"
],
"description": "Use Unity Timeline to create cinematic content, game-play sequences, audio sequences, and complex particle effects.",
"dependencies": {
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"relatedPackages": {
"com.unity.timeline.tests": "1.7.4"
},
"_upm": {
"changelog": "### Fixed\n\n- Fixed issue where previewing the Timeline would create prefab property modifications"
},
"upmCi": {
"footprint": "b63330c0170d54f7aa194885c0199129798afe96"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.timeline@1.7/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.timeline.git",
"type": "git",
"revision": "1f458a5d3f2bc66f0c1182feeaa9fcea4e8b1496"
},
"samples": [
{
"displayName": "Customization Samples",
"description": "This sample demonstrates how to create custom timeline tracks, clips, markers and actions.",
"path": "Samples~/Customization"
},
{
"displayName": "Gameplay Sequence Demo",
"description": "This sample demonstrates how Timeline can be used to create a small in-game moment, using built-in Timeline tracks.",
"path": "Samples~/GameplaySequenceDemo"
}
]
}