ABC-353 Review Import/Playback Flow (#560)
* removed outdated screenshot + indications + updated links * Removing the page, no added value * Removing included screenshots --------- Co-authored-by: Rose Hirigoyen <rose.hirigoyen@unit3d.com> Co-authored-by: Sebastien Duverne <sebastien.duverne@unity3d.com> Co-authored-by: Sébastien Duverne <55094336+sebastienduverne@users.noreply.github.com> Co-authored-by: thomas-tu <45040865+thomas-tu@users.noreply.github.com>
This commit is contained in:
Родитель
9797a998fb
Коммит
4f2466ea33
|
@ -30,5 +30,4 @@
|
|||
* [Alembic Stream Player component](ref_StreamPlayer.md)
|
||||
* Timeline clip
|
||||
* [Alembic Shot Asset clip settings](ref_Shot.md)
|
||||
* [Tutorial – Import and play back Alembic](tutorial.md)
|
||||
* [Limitations and known issues](known-issues.md)
|
||||
|
|
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 307 KiB |
Двоичные данные
com.unity.formats.alembic/Documentation~/images/scrub-time.png
Двоичные данные
com.unity.formats.alembic/Documentation~/images/scrub-time.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 271 KiB |
Двоичные данные
com.unity.formats.alembic/Documentation~/images/timeline.png
Двоичные данные
com.unity.formats.alembic/Documentation~/images/timeline.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 417 KiB |
Двоичные данные
com.unity.formats.alembic/Documentation~/images/timeline2.png
Двоичные данные
com.unity.formats.alembic/Documentation~/images/timeline2.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 270 KiB |
|
@ -1,33 +0,0 @@
|
|||
# Tutorial – Import and play back Alembic
|
||||
|
||||
This quick tutorial covers adding Alembic assets to your Project and using them in Unity. It demonstrates importing and playing back Alembic content.
|
||||
|
||||
1. Drag an Alembic (.abc) file into the Project view. This imports the Alembic Asset into Unity.
|
||||
|
||||
![Drag the file](images/drag-to-project.png)
|
||||
|
||||
2. Drag the Alembic Asset into the Scene.
|
||||
|
||||
3. Open the **Alembic Stream Player** component in the Inspector and scrub the **Time** property.
|
||||
|
||||
If you are unfamiliar with the term *scrub*, it basically means to move the control left and right. In Unity, you can click-and-drag over the label on a control to move it left and right.
|
||||
|
||||
![Scrub the time](images/scrub-time.png)
|
||||
|
||||
Next, you can learn how to play back the Alembic animation using the [Timeline Editor](https://docs.unity3d.com/Manual/TimelineEditorWindow.html).
|
||||
|
||||
4. Select your Alembic object in the Scene view and open the Timeline Editor (top menu: **Window** > **Sequencing** > **Timeline**).
|
||||
|
||||
5. Click the **Create** button to [create a Director component and a Timeline Asset](https://docs.unity3d.com/Manual/TimelineWorkflowCreatingAssetInstance.html) and save it to file.
|
||||
|
||||
Unity displays the Timeline Editor with a default Animation Track.
|
||||
|
||||
![Timeline](images/timeline.png)
|
||||
|
||||
6. Remove the Animation Track (select **Delete** from the context menu or the Track menu).
|
||||
|
||||
7. Drag the Alembic object from the Scene onto the Timeline Editor and select **Add Clip With Alembic Track** from the pop-up menu.![Timeline](images/timeline2.png)
|
||||
|
||||
This creates an Alembic Track with an Alembic clip.
|
||||
|
||||
8. Now you can [scrub the Timeline Playhead or use the Timeline Playback Controls](https://docs.unity3d.com/Manual/TimelinePlaybackControls.html) to see the animation playing in Unity.
|
Загрузка…
Ссылка в новой задаче