Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
43
Library/PackageCache/com.unity.timeline@1.5.4/package.json
Normal file
43
Library/PackageCache/com.unity.timeline@1.5.4/package.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "com.unity.timeline",
|
||||
"displayName": "Timeline",
|
||||
"version": "1.5.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.5.4"
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "008ba45472de13c37041ea8d5082460a6d2c11bc"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.timeline.git",
|
||||
"type": "git",
|
||||
"revision": "7fe777cafcad93e7e44db6bd6a18ed5bd55e781a"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue