Quick Start Guide
This guide provides the steps required to get you up and running with the Niantic 8th Wall Studio and Cloud Editor.
Create an 8th Wall Account
Creating an 8th Wall Account gives you the ability to:
- Create rich Web AR and Web VR experiences and 3D web games that run directly in a mobile web browser.
- Use our visual tooling and game engine.
- Collaborate with team members and store code in source control.
- Instantly preview projects as you develop.
- Wirelessly debug your code in real time with live console logs from multiple devices.
- Publish projects hosted on 8th Wall's global network.
- Manage subscriptions, billing information and licenses for commercial projects.
- Create a Public Profile and Feature Projects on 8thwall.com, allowing you to showcase your work, live demos, and/or code.
New Users: Start creating for free at https://8thwall.com/get-started
Existing Users: Login at https://www.8thwall.com/login
Create for Free
The Niantic 8th Wall Studio and Built-in Hosting platform is available to all for free and Cloud Editor is available to workspaces with a paid subscription. 8th Wall offers a free Basic plan so you can get access to the full power of 8th Wall and begin building WebAR experiences, no credit card required.
Commercial or branded work requires a Pro plan and commercial license 8th Wall subscriptions and licenses automatically renew until you cancel. There are no refunds or credits for partial or unused months. To manage your subscription settings, please see Account Settings Guide
-
From the 8th Wall Homepage or Pricing page, click Create for Free
-
Create your account by entering your Name, Email and Password or use a social login. Review and confirm: Accept the 8th Wall Terms and Conditions and then click Next.
- Confirm your email address. An email will be sent with a verification code. Enter the verification code and click Confirm.
- Click Continue to complete account creation.
Create your workspace
-
Optional: add a profile image - this will be viewed publicly.
-
Enter a Workspace Name. This value is for display purposes only and doesn't impact any URLs associated with your workspace.
-
Select what you are using Niantic 8th Wall for.
-
Select what best describes your Role.
-
Enter a Workspace URL. Pick something relevant for your workspace name, such as the name of your company.
IMPORTANT: This value will be used as the default sub-domain for ALL 8th Wall hosted projects in your account (e.g. mycompany.8thwall.app/project-name). This value will also be used in your Public Profile page URL (e.g. www.8thwall.com/**mycompany**).
You cannot change this value later, so choose wisely!
Note: if you want to connect custom domains to your 8th Wall hosted projects to override the default URL, please see here.
Start a new project
- From the Homepage (logged in) or Workspace Dashboard, click "Start a new Project"
-
Select Hosting Type (Pro/Enterprise plans only): Decide up front if the project will be using 8th Wall Studio or the Legacy Editor. Both Studio and Editor are hosted by 8th Wall. Alternatively, users on the Enterprise of Legacy Pro Plan can choose self-hosting. This setting cannot be changed later.
-
Select a Project Name: The project name is used both in th default project URL (e.g.
mycompany.8thwall.app/project-name
) as well as the Featured Project page URL (e.g.www.8thwall.com/mycompany/project-name
). It cannot be changed later. -
Select a License Type (Pro/Enterprise only)
License Types:
-
Commercial: Commercial projects are intended for commercial use. When you’re ready to launch a commercial project so that the world can see it, you will need to purchase a Commercial License. Please refer to the Pricing Page on the website for commercial license options. NOTE: In order to purchase a commercial license, the workspace must first have an active Pro plan.
-
Demo Use: You may create unlimited demo projects which are publicly viewable and strictly intended for pitching prospective work. A "Demo Use Only" label will appear on the loading screen. If you decide to commercialize your project at any point, switch to "Commercial" in the Project Dashboard.
-
Web App: You may create unlimited first-party projects under this license. Web app projects require the splash screen to remain on and will be publicly viewable on 8thwall.com as soon as you publish. This license does not permit projects created for work-for-hire as they require a Commercial license.
All projects must display the Powered by 8th Wall
badge on the loading page. It's included by default in the Loading Module
and cannot be removed.
Please see here for instructions on customizing the Load Screen.
Clone template project
- After creating a project, select a template to clone. In this guide, select "A-Frame: Tap to Place Ground". This interactive example allows the user to spawn 3D models on the surface in front of you by tapping. This showcases raycasting, instantiating objects, importing 3D models and the animation system.
-
On the following screen, a project README will be displayed. [Optional] To test out the template before cloning, click the Launch button and scan the QR code with your phone.
-
Click the Clone Project button to proceed. The sample project will be cloned into your workspace, and the Cloud Editor will be opened.