Skip to content

Commit

Permalink
Update product flyover description
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Sep 26, 2023
1 parent 33aa1a9 commit bde996e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br/><kbd>Interaction</kbd> <kbd>Networking</kbd> <kbd>XR</kbd> <kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/LineDrawing.jpg" height="200"/>
| [Multi Scenes (dynamic loading)](https://engine.needle.tools/samples-uploads/dynamically-load-scenes) | Lazy load and switch scenes <br/><kbd>Performance and Optimization</kbd> <kbd>Dynamic Content</kbd>| <img src="package/Editor/Screenshots/MultiScenes.jpg" height="200"/>
| [Networking Players](https://engine.needle.tools/samples-uploads/networking_players) | Spawn and control players - this sample also shows the lifecycle of networked players <br/><kbd>Networking</kbd> <kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/NetworkingPlayer.jpg" height="200"/>
| [Product Flyover](https://engine.needle.tools/samples-uploads/product-flyover/) | Scrollytell multiple scenes <br/><kbd>Rendering</kbd> <kbd>Animation</kbd>| <img src="package/Editor/Screenshots/ProductFlyover.jpg" height="200"/>
| [Product Flyover](https://engine.needle.tools/samples-uploads/product-flyover/) | Scroll through multiple product pages using a Timeline and Timeline Events <br/><kbd>Rendering</kbd> <kbd>Animation</kbd> <kbd>Dynamic Content</kbd> <kbd>Interaction</kbd>| <img src="package/Editor/Screenshots/ProductFlyover.jpg" height="200"/>
| [React Sample](https://needle-engine.github.io/react-sample/) | Integrate Needle Engine into a react component <br/><kbd>Frameworks</kbd> <kbd>HTML</kbd> <kbd>Frontend</kbd>| <img src="package/Editor/Screenshots/ReactSample.jpg" height="200"/>
| [Scripting Snippets](https://engine.needle.tools/samples-uploads/scripting-snippets/) | Various scripts and helpers to understand custom components <br/><kbd>Scripting</kbd>| <img src="package/Editor/Screenshots/MiscScripting.jpg" height="200"/>
| [Shaders](https://engine.needle.tools/samples-uploads/custom-shaders) | Exporting Unity Shaders to the web <br/><kbd>Rendering</kbd>| <img src="package/Editor/Screenshots/CustomShader.jpg" height="200"/>
Expand Down
5 changes: 4 additions & 1 deletion package/Editor/Samples/ProductFlyover.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ 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/
Priority: 5
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}
6 changes: 4 additions & 2 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -692,7 +692,9 @@
"Priority": 5,
"Tags": [
"Rendering",
"Animation"
"Animation",
"Dynamic Content",
"Interaction"
],
"Name": "Product Flyover"
},
Expand Down

0 comments on commit bde996e

Please sign in to comment.