SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
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.

39 lines
1.6 KiB

4 years ago
  1. # About Timeline
  2. ![Unity's Timeline](images/timeline_splash.png)
  3. _Unity's Timeline_
  4. Use Unity's Timeline to create cinematic content, game-play sequences, audio sequences, and complex particle effects.
  5. Each cut-scene, cinematic, or game-play sequence that you create with Unity's Timeline consists of a Timeline Asset and a Timeline instance. The [Timeline window](tl_window.md) creates and modifies Timeline Assets and Timeline instances simultaneously.
  6. The [Timeline Overview section](tl_about.md) includes details on the relationship between the Timeline window, Timeline Assets, and Timeline instances.
  7. The [Using Timeline section](wf_about.md) shows how to create Timeline Assets and Timeline instances, record basic animation, animate humanoids, and use other Timeline features.
  8. # Installing Timeline
  9. Timeline is a Package and is installed through the Packages window in Unity. Consult the [Packages window documentation](https://docs.unity3d.com/Manual/upm-ui.html) for more information.
  10. # Technical details
  11. ## Requirements
  12. This version of Timeline is compatible with the following versions of the Unity Editor:
  13. * 2019.1 and later (recommended)
  14. ## Package contents
  15. The following table indicates the folder structure of the Timeline package:
  16. |Location|Description|
  17. |---|---|
  18. |`<Runtime>`|Root folder containing the source for the Timeline Runtime. This is the source for what is available in the Player. |
  19. |`<Editor>`|Root folder containing the source for the Timeline Editor used to edit Timeline files inside the Unity Editor.|
  20. ## Document revision history
  21. |Date|Reason|
  22. |---|---|
  23. |October 10, 2018|Document created. Matches package version 0.0.0|