diff --git a/documentation/.vuepress/components/needle-button.vue b/documentation/.vuepress/components/needle-button.vue
index cfc9d874c..103252b59 100644
--- a/documentation/.vuepress/components/needle-button.vue
+++ b/documentation/.vuepress/components/needle-button.vue
@@ -6,6 +6,7 @@ export default {
href: String,
secondary: Boolean,
same_tab: Boolean,
+ large: Boolean,
}
}
@@ -23,6 +24,7 @@ button {
cursor: pointer;
margin-left:-0.3em;
color: white;
+ font-size: v-bind('large ? "1em" : ".8em"');
}
button:hover {
diff --git a/documentation/getting-started/index.md b/documentation/getting-started/index.md
index c5cb5df3a..5245c68fd 100644
--- a/documentation/getting-started/index.md
+++ b/documentation/getting-started/index.md
@@ -60,38 +60,27 @@ After having installed the tools listed above you might have to restart your mac
## Needle Engine with Unity
-
-:::details Video: Starting from a fresh Unity project
-
-
-
-:::
-
-### Step 1 • **Make sure node.js and Unity are installed**
-
-### Step 2 • **Create a new Unity project**
-
-Open Unity Hub and create a new project. 2021.3 recommended!
-Make sure to switch it to Linear color space in *Project Settings / Player*.
-
-### Step 3 • **Install the Unity Integration**
-Download Needle Engine for Unity [Alternative](https://package-installer.glitch.me/v1/installer/needle/com.needle.engine-exporter?registry=https://packages.needle.tools&scope=com.needle&scope=org.khronos)
-
-Our installer is a .unitypackage that will set everything up for you.
+Download Needle Engine for Unity
+
-Drop the downloaded .unitypackage file into a Unity project (or double click to open) and confirm that you want to import it.
-This will set up our Needle Engine Unity integration - wait for the installation and import to finish.
-
-If the Installation has finished you seems not installed yet click _Assets > Refresh_ once or focus another app and then focus Unity again.
+- Drop the downloaded .unitypackage file into a Unity project (or double click to open) and confirm that you want to import it.
+- Wait for the installation and import to finish.
+- Click _Assets > Refresh_ once or focus another app and then focus Unity again
+- A window may open stating that "A new scoped registry is now available in the Package Manager.". This is our Needle Package registry where packages are downloaded from. You can safely close that window and continue with the next step below.
-A window may open stating that "A new scoped registry is now available in the Package Manager.". This is our Needle Package registry where packages are downloaded from. You can safely close that window and continue with the next step below.
-
-### Step 4 • **Create a new scene from a template**
+- **Create a new scene from a template**
Select _File > New Scene_ and choose from one of the Needle templates.
We recommend the [Collab Sandbox](https://needle-tiny-starter.glitch.me/) template which is a great way to get started with interactivity, multiplayer,and adding assets.
+
+:::details Video: Starting from a fresh Unity project
+
+
+
+:::
+
---
::::details Create a new scene from a Scene Template
@@ -141,24 +130,18 @@ By default, the project name matches the name of your scene. If you want to chan
## Needle Engine with Blender
-With Needle Engine for Blender you can build fully interactive 3D websites running on three.js.
-They can easily deployed to the web are get optimized automatically by the Needle Engine Build Pipeline*
-
-_*Needs Node.js installed_
-
-### Step 1 • Install Blender 3.3, 3.4, 3.5 or 3.6
-
-### Step 2 • Install Node.js (optional but recommended)
+
+Download Needle Engine for Blender
-### Step 3 • Download and Install the addon
+*With Needle Engine for Blender you can build fully interactive 3D websites running on three.js.
+They can easily deployed to the web are get optimized automatically by the Needle Engine Build Pipeline (needs Node.js installed)*
-Download Needle Engine for Blender
-The Blender addon is downloaded as a zip file.
-In Blender go to `File / Settings / Add-ons` and click the `Install` button.
-Then select the downloaded zip to install it.
+- The Blender addon is downloaded as a zip file.
+- In Blender go to `File / Settings / Add-ons` and click the `Install` button.
+- Then select the downloaded zip to install it.
-- Read [Needle Engine for Blender](../blender/index.md) for a full feature list and instructions
+**Continue reading [Needle Engine for Blender](../blender/index.md)** for a full feature list and instructions