You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/editor-playback/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ images: []
9
9
menu:
10
10
docs:
11
11
parent: "tutorials"
12
-
weight: 130
12
+
weight: 140
13
13
toc: true
14
14
---
15
15
@@ -18,7 +18,7 @@ toc: true
18
18
19
19
After you've prepared and converted your sequence, you can now play them back in Unity! This section shows you how to use the streaming and playback components inside of the editor and how to setup a simple playback scene.
20
20
21
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [01_Basic_Sample](/Unity_Geometry_Sequence_Player/docs/tutorials/installation/#importing-the-samples)
21
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [01_Basic_Sample](/Unity_Geometry_Sequence_Player/docs/tutorials/samples/#sample-01-basic-playback)
@@ -87,4 +87,4 @@ This scene shows how to setup and control sequence playback from the Unity Timel
87
87
88
88
This scene is mostly identical to the [basic playback scene](#sample-01-basic-playback), but the **Sequence Player** Gameobject additionally contains the **Geometry Sequence API Example** script, which shows how to use the Scripting API for playback control and how to listen to playback events. The script is well-commented, so we recommend to read it to see how the playback API works. Press **Play** to enter the game mode. The sequence should play halfway three times before stopping, just as programmed in the script.
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/scripting-api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ images: []
9
9
menu:
10
10
docs:
11
11
parent: "tutorials"
12
-
weight: 150
12
+
weight: 160
13
13
toc: true
14
14
---
15
15
16
16
## Intro
17
17
18
18
Besides playback from the timeline and the editor controls, this package also features a API, so that you can control playback from your own scripts. This is for example useful, if you want to let the user control playback via UI buttons, or you want to interactively integrate the player into your experience!
19
19
20
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [04_API_Example](/Unity_Geometry_Sequence_Player/docs/tutorials/installation/#importing-the-samples)
20
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [04_API_Example](/Unity_Geometry_Sequence_Player/docs/tutorials/samples/#sample-04-scripting-api)
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/timeline-integration/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ images: []
9
9
menu:
10
10
docs:
11
11
parent: "tutorials"
12
-
weight: 140
12
+
weight: 150
13
13
toc: true
14
14
---
15
15
16
16
## Intro
17
17
18
18
For playback scenarios, where a precise control of the playback, or cohesive animation with other objects is needed, the package also supports the playback from the Unity Timeline.
19
19
20
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [03_Timeline_Example](/Unity_Geometry_Sequence_Player/docs/tutorials/installation/#importing-the-samples)
20
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [03_Timeline_Example](/Unity_Geometry_Sequence_Player/docs/tutorials/samples/#sample-03-timeline-playback)
0 commit comments