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/help/contact.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ toc: true
19
19
20
20
👾 [Join us in our BuildingVolumes community discord server](https://discord.gg/BvQdJdJqu6)
21
21
22
-
> ☝🏻 If you have an issue in the project, or you encounter any bugs, please don't contact us here, but instead [open an issue on Github!](/docs/help/issues/)
22
+
> ☝🏻 If you have an issue in the project, or you encounter any bugs, please don't contact us here, but instead [open an issue on Github!](/Unity_Geometry_Sequence_Streaming/docs/help/issues/)
Copy file name to clipboardExpand all lines: docs/content/docs/quickstart/own-data-usage/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ weight: 30
13
13
toc: true
14
14
---
15
15
16
-
> 👉🏻 This is just a quick summary of the conversion process, more details can be [found here](/docs/tutorials/prepare-data/)
16
+
> 👉🏻 This is just a quick summary of the conversion process, more details can be [found here](/Unity_Geometry_Sequence_Streaming/docs/tutorials/prepare-data/)
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/distribution/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ toc: true
16
16
## Build and ship
17
17
18
18
If you intent to distribute your Application built with the Unity Geometry Sequence Streamer, you need to consider where you store your geometry sequence.
19
-
In Unity, you need to store all assets loaded at runtime in a [**Streamingassets**](https://docs.unity3d.com/Manual/StreamingAssets.html) folder ([exept for Android Builds](/docs/tutorials/distribution/#android)), located inside of the Asset path root, and store all geometry sequences in there. This folder will be copied into your build as-is.
19
+
In Unity, you need to store all assets loaded at runtime in a [**Streamingassets**](https://docs.unity3d.com/Manual/StreamingAssets.html) folder ([exept for Android Builds](/Unity_Geometry_Sequence_Streaming/docs/tutorials/distribution/#android)), located inside of the Asset path root, and store all geometry sequences in there. This folder will be copied into your build as-is.
20
20
21
21
1. Inside of the Unity project view, go to the "Assets" folder and create a **Streamingsassets** folder there:
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/editor-playback/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ toc: true
16
16
17
17
## Intro
18
18
19
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [01_Basic_Example](/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
19
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [01_Basic_Example](/Unity_Geometry_Sequence_Streaming/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
20
20
21
21
After you've prepared and converted your sequence, you can now stream them from your disk right into Unity! This section shows you how to use the streaming and playback components inside of the editor, to setup a simple playback scene.
22
22
@@ -29,7 +29,7 @@ After you've prepared and converted your sequence, you can now stream them from
3. You should now see a Geometry Sequence Player and Geometry Sequence Stream component attached to your gameobject. Click on **"Open Sequence"** in the Player script, and then open the folder, in which your converted sequence is stored.
32
-
> ⚠️ When you're just trying out playback on your machine, or you don't intent to distribute your app to other PCs, it's fine to store the sequence anywhere on disk. However, if you plan to distribute your application, [please take a look here](/docs/tutorials/distribution)!
32
+
> ⚠️ When you're just trying out playback on your machine, or you don't intent to distribute your app to other PCs, it's fine to store the sequence anywhere on disk. However, if you plan to distribute your application, [please take a look here](/Unity_Geometry_Sequence_Streaming/docs/tutorials/distribution)!
@@ -73,7 +73,7 @@ If activated, repeats the animation indefinitly
73
73
74
74
#### Events (7)
75
75
76
-
With this Unity Event control, you can define scripts which should receive events from this player. [More on Events](/docs/tutorials/scripting-api/#events)
76
+
With this Unity Event control, you can define scripts which should receive events from this player. [More on Events](/Unity_Geometry_Sequence_Streaming/docs/tutorials/scripting-api/#events)
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
@@ -13,7 +13,7 @@ weight: 150
13
13
toc: true
14
14
---
15
15
16
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [03_API_Example](/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
16
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [03_API_Example](/Unity_Geometry_Sequence_Streaming/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
17
17
18
18
## Intro
19
19
@@ -64,7 +64,7 @@ You can the load your sequence with the **OpenSequence()** function at any point
Copy file name to clipboardExpand all lines: docs/content/docs/tutorials/timeline-integration/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ toc: true
15
15
16
16
## Intro
17
17
18
-
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [02_Timeline_Example](/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
18
+
> 💡 All of the features explained here in this tutorial can also be found in the Sample Scene [02_Timeline_Example](/Unity_Geometry_Sequence_Streaming/docs/tutorials/unity-package-installation/#importing-the-samples-optional)
19
19
20
20
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.
<pclass="meta">This project is part of the <ahref="/Unity_Geometry_Sequence_Streaming/docs/about/building-volumes/">Building Volumes</a> volumetric pipeline </p>
0 commit comments