Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions docs/getting-started/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added static/images/getting-started/open-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/getting-started/studio-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading