Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjitbedi/hello-unreal-visionos
Hacking with Unreal Engine 5.5 to experiment with visionOS
https://github.com/manjitbedi/hello-unreal-visionos
unreal-engine-5 visionos
Last synced: 3 days ago
JSON representation
Hacking with Unreal Engine 5.5 to experiment with visionOS
- Host: GitHub
- URL: https://github.com/manjitbedi/hello-unreal-visionos
- Owner: ManjitBedi
- Created: 2024-08-24T18:33:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:59:29.000Z (4 months ago)
- Last Synced: 2025-01-02T01:14:25.029Z (3 days ago)
- Topics: unreal-engine-5, visionos
- Language: C#
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I am using this project as hack space to try out using the Unreal Engine with visionOS.
The project is built with Unreal Engine 5.5 from Github (the main branch) and not the Epic Launcher.
Some notes:
- add the Open XR visionOS plug-in
- check platform has visionOS
- add plist entitlements
- add team ID for Xcode
- create C++ class
- Disable MobileMultiview and InstancedStereoThis explained in more detail here: [Unreal Engine & visionOS guide](https://dev.epicgames.com/community/learning/tutorials/1JWr/unreal-engine-apple-vision-pro-quick-start-guide)