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.

37 lines
1.4 KiB

4 years ago
  1. ![ReleaseBadge](https://badges.cds.internal.unity3d.com/packages/com.unity.timeline/release-badge.svg)
  2. ![ReleaseBadge](https://badges.cds.internal.unity3d.com/packages/com.unity.timeline/candidates-badge.svg)
  3. # About Timeline
  4. Use Unity’s Timeline to create cinematic content, game-play sequences, audio sequences, and complex particle effects.
  5. # Installing Timeline
  6. To install this package, follow the instructions in the [Package Manager documentation](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest/index.html).
  7. # Using Timeline
  8. The Timeline Manual can be found [here](http://docs.hq.unity3d.com/2018.1/Documentation/Manual/TimelineSection.html)
  9. # Technical details
  10. ## Requirements
  11. This version of Timeline is compatible with the following versions of the Unity Editor:
  12. * 2019.3 and later (recommended)
  13. # How to format your code for the repo
  14. Clone https://github.cds.internal.unity3d.com/unity/git-hgmeta-format/tree/csharp-format (the branch is important):
  15. ```bash
  16. git clone --single-branch --branch csharp-format git@github.cds.internal.unity3d.com:unity/git-hgmeta-format.git
  17. ```
  18. go in your repo clone and run
  19. ```bash
  20. perl <gitformat clone dir>/hooks/install-hooks.pl
  21. ```
  22. If you have things already committed without the formatting, run
  23. ```bash
  24. perl <gitformat clone dir>/format.pl branch
  25. ```
  26. where `branch` is litteraly `branch` and not `$BRANCHNAME`