Last Updated: April 7, 2024
Currently in order to get Unreal Engine to launch, even though Epic Games has added support in the 5.4.1 preview, it currently works best to install Unreal Engine from source. This means you must get access to the Epic Games GitHub repository.
SpatialBiggs Tutorial Reference
I relied heavily on SpatialBiggs’ tutorial in order to successfully create Unreal 5.4 .app files that can install directly on the Apple Vision Pro.
There is also some official documentation from Epic:
Requirements
- MacOS running on Apple Silicon (M1-M3)
- Latest version of Xcode
- Apple Vision Simulator version 1.1
Basic Steps:
- Install from Source: Unreal Engine 5.4
- Update Unreal Project Settings
- Package the application
- Install via Xcode
- (optional) Debug via Xcode
Install From Source
git clone -b 5.4 git@github.com:EpicGames/UnrealEngine.git