Get The Modkit
If you’re seeing a 404 page, make sure your GitHub account is linked to your Epic account. Learn how to connect and get access here: https://www.unrealengine.com/ue-on-github?lang=en-US
Download RealityLauncher.exe
Download the last version of the RealityLauncher.exe from the release page. Ignore the Source code files:
https://github.com/AtlasXRInc/RealityLauncher/releases

If your browser shows a security warning, click Keep. Then open the dropdown and click Keep anyway.


Run RealityInstaller.exe.
This requires at least 15 GB of free space.
Understanding Unreality vs Reality
Unreality Engine is Atlas XR and Meta’s fork of Unreal Engine, optimized for VR. It’s updated rarely and is the base engine you’ll build on.
RealitySDK is the modkit. It’s updated frequently and contains the SDK tools you’ll use when creating mods.
Setting Up Your Project
If you don’t have a Modkit Unreal project yet
Enable the Reality plugin
Once the project opens:
From the top ribbon, click Edit → Plugins.
Search for Reality.
If the Reality plugin is missing
Close the project and go to C:\RealitySDK\Tools and run RealityUpdater.bat to install the latest version. You can also download it manually here.
If it's disabled, click the checkbox to enable it.
Restart the editor when prompted.
If you already have a Modkit project
Make sure you are using the correct Unreal version. Right-click your .uproject file → Switch Unreal Engine Version → select the path to Unreality.
Create your first mod
In the Unreal Editor, open the Reality dropdown (top menu bar).
Select New Mod.
Last updated

