浏览代码

Updated timeline package to 1.4.1 / Small Fixes

/main
Thomas ICHÉ 4 年前
当前提交
d728f161
共有 6 个文件被更改,包括 19 次插入5 次删除
  1. 1
      Assets/Animation/Demo/BridgeTerminal/PinScreen-FindingLandingTargetTimeline.playable
  2. 4
      Assets/Animation/Demo/BridgeTerminal/Transition-SolarToPinScreenTimeline.playable
  3. 1
      Assets/Resources/GameManager.prefab
  4. 1
      CHANGELOG.md
  5. 2
      Packages/manifest.json
  6. 15
      Packages/packages-lock.json

1
Assets/Animation/Demo/BridgeTerminal/PinScreen-FindingLandingTargetTimeline.playable


m_EditorClassIdentifier:
template:
StartMessage: ToAttack
Instigator: {fileID: 0}
--- !u!114 &-5942348335755645359
MonoBehaviour:
m_ObjectHideFlags: 1

4
Assets/Animation/Demo/BridgeTerminal/Transition-SolarToPinScreenTimeline.playable


m_Start: 3.6666666666666665
m_ClipIn: 0
m_Asset: {fileID: 6166423881510294679}
m_Duration: 18.800000000001
m_Duration: 18.916666666666664
m_TimeScale: 1
m_ParentTrack: {fileID: -8695590200332306588}
m_EaseInDuration: 0

- {fileID: 2291171730400511974}
- {fileID: 1235312144401788470}
- {fileID: -9195356824479655913}
m_FixedDuration: 22.483333333333334
m_FixedDuration: 22.583333333333332
m_EditorSettings:
m_Framerate: 60
m_DurationMode: 1

1
Assets/Resources/GameManager.prefab


m_Name:
m_EditorClassIdentifier:
OnGameStart:
- {fileID: 8406102476326203897}
- {fileID: 2207835090993955292}
- {fileID: 8032891938856187894}
OnLevelLoaded:

1
CHANGELOG.md


**Version Tag** : `2019.4.0`
* Updated Unity to 2019.4.3f1
* Updated Timeline Package to 1.4.1
* Added Benchmark Mode (Flyby Camera)
* **Fixes and Changes:**
* Rebuilt VFX Graphs

2
Packages/manifest.json


"com.unity.ide.visualstudio": "1.0.11",
"com.unity.render-pipelines.high-definition": "7.4.1",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.3.0",
"com.unity.timeline": "1.4.1",
"com.unity.ugui": "1.0.0",
"net.peeweek.build-frontend": "file:../LocalPackages/net.peeweek.build-frontend",
"net.peeweek.console": "file:../LocalPackages/net.peeweek.console",

15
Packages/packages-lock.json


"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.3.0",
"version": "1.4.1",
"dependencies": {},
"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"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {

"com.unity.modules.jsonserialize": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.particlesystem": {
"version": "1.0.0",
"depth": 1,
"source": "builtin",
"dependencies": {}
},

正在加载...
取消
保存