Compiling for visionOSFree Courses
See also
This page describes how to compile visionOS export template binaries from source. If you're looking to export your project to visionOS instead, see Exporting for visionOS.
Compiling instructions for visionOS are currently identical to
Compiling for iOS, except you should replace instances of
platform=ios
with platform=visionos
in the SCons options.
See the linked page for details.