diff --git a/Samples.md b/Samples.md
index 9fb13588f..b44eac43c 100644
--- a/Samples.md
+++ b/Samples.md
@@ -53,7 +53,7 @@ This is a list of all samples in this package. You can also find them in the Uni
| [Line Drawing](https://engine.needle.tools/samples-uploads/mesh-lines/) | Line drawing in 3D for annotations and scribbles
Interaction Networking XR Rendering|
| [Multi Scenes (dynamic loading)](https://engine.needle.tools/samples-uploads/dynamically-load-scenes) | Lazy load and switch scenes
Performance and Optimization Dynamic Content|
| [Networking Players](https://engine.needle.tools/samples-uploads/networking_players) | Spawn and control players - this sample also shows the lifecycle of networked players
Networking Scripting|
-| [Product Flyover](https://engine.needle.tools/samples-uploads/product-flyover/) | Scrollytell multiple scenes
Rendering Animation|
+| [Product Flyover](https://engine.needle.tools/samples-uploads/product-flyover/) | Scroll through multiple product pages using a Timeline and Timeline Events
Rendering Animation Dynamic Content Interaction|
| [React Sample](https://needle-engine.github.io/react-sample/) | Integrate Needle Engine into a react component
Frameworks HTML Frontend|
| [Scripting Snippets](https://engine.needle.tools/samples-uploads/scripting-snippets/) | Various scripts and helpers to understand custom components
Scripting|
| [Shaders](https://engine.needle.tools/samples-uploads/custom-shaders) | Exporting Unity Shaders to the web
Rendering|
diff --git a/package/Editor/Samples/ProductFlyover.asset b/package/Editor/Samples/ProductFlyover.asset
index 5dad6c6eb..a5912fe06 100644
--- a/package/Editor/Samples/ProductFlyover.asset
+++ b/package/Editor/Samples/ProductFlyover.asset
@@ -14,7 +14,8 @@ MonoBehaviour:
m_EditorClassIdentifier: Needle.Engine.Samples.SampleInfo, Needle.Engine.Samples.Editor
$ GlobalObjectId_V1-3-bef1bc4baed902547a8b8d01490a0eee-11400000-0
DisplayName: Product Flyover
- Description: Scrollytell multiple scenes
+ Description: Scroll through multiple product pages using a Timeline and Timeline
+ Events
Thumbnail: {fileID: 2800000, guid: e07a758718d65a44c99795b0bbf84e85, type: 3}
Scene: {fileID: 102900000, guid: f82ee043c07e1c44f9fbbfab957220c3, type: 3}
LiveUrl: https://engine.needle.tools/samples-uploads/product-flyover/
@@ -22,4 +23,6 @@ MonoBehaviour:
Tags:
- {fileID: 11400000, guid: 7c9389e06e70fd44499179508a35f4c5, type: 2}
- {fileID: 11400000, guid: d637a1131da5ea14aaa3e463cf59ec92, type: 2}
+ - {fileID: 11400000, guid: 0a31a68963a48e04dae4605ac44f73f1, type: 2}
+ - {fileID: 11400000, guid: 65681cad01b0d5e47a1813a79a10c7ac, type: 2}
reference: {fileID: 0}
diff --git a/samples.json b/samples.json
index 4498789a3..775464490 100644
--- a/samples.json
+++ b/samples.json
@@ -683,7 +683,7 @@
"Name": "Networking Players"
},
{
- "Description": "Scrollytell multiple scenes",
+ "Description": "Scroll through multiple product pages using a Timeline and Timeline Events",
"Thumbnail": {
"relativePath": "package/Editor/Screenshots/ProductFlyover.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/ProductFlyover.jpg?v=32965f5de6d13348bd1cc1fcab302f4f"
@@ -692,7 +692,9 @@
"Priority": 5,
"Tags": [
"Rendering",
- "Animation"
+ "Animation",
+ "Dynamic Content",
+ "Interaction"
],
"Name": "Product Flyover"
},