init project
This commit is contained in:
47
Library/PackageCache/com.unity.timeline@1.7.7/package.json
Normal file
47
Library/PackageCache/com.unity.timeline@1.7.7/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "com.unity.timeline",
|
||||
"displayName": "Timeline",
|
||||
"version": "1.7.7",
|
||||
"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.7"
|
||||
},
|
||||
"_upm": {
|
||||
"changelog": "### Fixed\n\n- TimelineAsset.EditorSettings.SetStandardFrameRate would incorrectly throw an ArgumentException if given a valid StandardFrameRates, this has been corrected."
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "7cc88045d10f14804943e8753333330af2401f40"
|
||||
},
|
||||
"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": "36c3480685dcb744f098f1a1efe0623247ffab49"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user