Adds support for VisionOS in UnityHub in macos

This commit is contained in:
Daniel Lupiañez Casares 2025-06-07 17:59:51 +02:00
parent 857b7a94dc
commit 43ff407d42
3 changed files with 3 additions and 0 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -103,6 +103,9 @@ class SetupMac {
case 'tvOS':
moduleArgument.push('--module', 'tvos');
break;
case 'VisionOS':
moduleArgument.push('--module', 'visionos');
break;
case 'StandaloneOSX':
moduleArgument.push('--module', 'mac-il2cpp');
break;