diff --git a/docs/getting-started/create-project.md b/docs/getting-started/create-project.md index c4ce1e6..3b10cc9 100644 --- a/docs/getting-started/create-project.md +++ b/docs/getting-started/create-project.md @@ -5,29 +5,36 @@ sidebar_position: 3 # Create or open a project -:::tip -If this is your first time working with 8th Wall, we strongly recommend downloading and opening an [example project](https://github.com/8thwall/8thwall/tree/main/examples) instead of creating a new project from scratch. -::: - ## Create a project -1. From the hub view, click **New Project** - ![StudioHome](/images/getting-started/studio-home.png) -3. Enter the Project Title. - -![StudioCreate](/images/getting-started/studio-create.png) +1. From the hub view, click **New Project** +2. Enter the Project Title. +3. Select a template. Currently available templates are: + - Empty: Minimal scene, no AR integration configured + - World Effects: Place content in the world, with tap to place behavior + - Image Targets: Multiple examples of image target usage + - Face Effects: Attach virtual content to faces + - Physics Playground: Complex scene with cross-platform input examples 4. Click **Create**. +![StudioCreate](/images/getting-started/studio-create.png) + ## Open a project -You can clone a variety of Studio projects from the examples folder in the 8th Wall GitHub repository: https://github.com/8thwall/8thwall/tree/main/examples +:::tip +If you've downloaded a .zip file from the [Github Examples](https://github.com/8thwall/8thwall/tree/main/examples) for example, make sure to unzip it and move the contents to the folder in which you'd like to work. +::: + + 1. From the hub view, click **Open** +2. Select the root folder of the project + +![Screenshot of folder select dialog with a project selected](/images/getting-started/open-project.png) -2. Select the root folder of a Studio project ## Project Actions diff --git a/static/images/getting-started/open-project.png b/static/images/getting-started/open-project.png new file mode 100644 index 0000000..7dd0c63 Binary files /dev/null and b/static/images/getting-started/open-project.png differ diff --git a/static/images/getting-started/studio-create.png b/static/images/getting-started/studio-create.png index c1fd641..e2b6e93 100644 Binary files a/static/images/getting-started/studio-create.png and b/static/images/getting-started/studio-create.png differ