From fcc2860e4f901145d3830be5ee0c95459fe11330 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Sat, 20 Jan 2024 00:42:52 +0800 Subject: [PATCH] Script examples: add link to samples package --- documentation/scripting-examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/scripting-examples.md b/documentation/scripting-examples.md index 052b49b3f..945782a9f 100644 --- a/documentation/scripting-examples.md +++ b/documentation/scripting-examples.md @@ -1,5 +1,9 @@ # Script Examples +Below you will find a few basic scripts as a quick reference. We also offer a lot of sample scenes and complete projects that you can download and use as a starting point: +- [Visit Samples Website](https://engine.needle.tools/samples) +- [Download Samples Package](https://engine.needle.tools/downloads/unity/samples) + ## Basic component @[code](@code/basic-component.ts)