Tutorial Prerequisites
Before you begin exploring these tutorials, please verify that you have met the following requirements.
The desktop editor is the interface for building your worlds and the TypeScript scripts to support them. This desktop application is available for download and is auto-updated with each release of the platform. For installation instructions, see
Install and run the desktop editor.
TypeScript is the scripting language used in building Meta Horizon Worlds. TypeScript extends core JavaScript with strict data typing, which provides better support for complex programming structures.
An integrated development environment (IDE) can be connected to the desktop editor for building your TypeScript scripts.
Visual Studio Code is recommended.