Skip to content

Commit 14460be

Browse files
author
Christopher Remde
committed
Fixed YT Player layout
1 parent f18ac99 commit 14460be

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/hugo_stats.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,10 @@
242242
"ids": [
243243
"-priority-support-unity-asset-store-version",
244244
"TableOfContents",
245+
"advanced-editing-the-pointcloud-shader",
245246
"android",
246247
"apple-vision-pro",
248+
"assigning-materials",
247249
"bounded-mode",
248250
"build-and-ship",
249251
"clearsequence",
@@ -289,6 +291,7 @@
289291
"isplaying",
290292
"loadcurrentsequence",
291293
"mesh-ply-files",
294+
"mesh-sequences",
292295
"naming",
293296
"offcanvasNavMain",
294297
"offcanvasNavMainLabel",
@@ -305,12 +308,15 @@
305308
"playback-your-sequence",
306309
"player-component",
307310
"playfromstart",
311+
"pointcloud-emission",
308312
"pointcloud-ply-files",
313+
"pointcloud-sequences",
314+
"pointcloud-shape",
315+
"pointcloud-size",
309316
"preparation-for-the-conversion",
310317
"query",
311318
"receive-events",
312319
"sample-01-basic-playback",
313-
"sample-01-mesh-playback",
314320
"sample-02-pointcloud-playback",
315321
"sample-03-timeline-playback",
316322
"sample-04-scripting-api",
@@ -335,16 +341,17 @@
335341
"subscribe-to-event-in-code",
336342
"subscribe-to-event-in-editor",
337343
"supported-file-formats",
344+
"texture-slot-assignment",
338345
"texturesimages",
339-
"the-samples",
340346
"toc",
341347
"unity-asset-store-license",
342348
"using-the-converter",
343349
"version-100",
344350
"version-101-package-only",
345351
"version-102",
346352
"version-103",
347-
"version-110"
353+
"version-110",
354+
"version-111"
348355
]
349356
}
350357
}

docs/layouts/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ <h1>{{ "Geometry Sequence Player" }}</h1>
66
</div>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ "Pointcloud and mesh sequence playback for the Unity game engine" | safeHTML }}</p>
9-
<iframe width="560" height="315" src="https://www.youtube.com/embed/5HA_HwtjIu0?si=jABu90IDcO-Vn3Hx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
9+
<div style="display: flex; justify-content: center;">
10+
<iframe style="aspect-ratio: 16 / 9; width: 100% !important;" src="https://www.youtube.com/embed/5HA_HwtjIu0?si=jABu90IDcO-Vn3Hx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
11+
</div>
1012
<p class="meta"> This package is provided <b>open-source and free</b> for non-commercial projects. If you want to use the package in a <b>commercial project</b>, or <b>support the development</b>, you can buy also the package in the Unity Asset Store. </p>
1113
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/" role="button">Get Started now</a>
1214
<p class="meta"> ______________________________________ </p>

0 commit comments

Comments
 (0)