StressLevelZero / MarrowSDK-Legacy

MIT License
288 stars 39 forks source link

Windows Build Support (IL2CPP) module not appearing #35

Closed valentinegb closed 1 year ago

valentinegb commented 1 year ago

The Windows Build Support (IL2CPP) module does not appear on the list of available modules for Unity 2021.3.5f1 or Unity 2021.3.11f1 (I couldn't get a screenshot of Unity 2021.3.5f1 because I already have it installed and it wasn't installed through the Hub, but the module list would look the same as 2021.3.11f1).

This probably has something to do with the fact that I'm running macOS 13 Beta (22A5358e).

Images

Screenshot 2022-10-01 at 1 49 25 PM

Also...

I'm installing 2021.3.11f1 right now because I can't install the Apple Silicon version of 2021.3.5f1 through the Hub, and because of this I can't install any modules on that version. So wish me luck! Edit: Funny enough, so far I've seen less glitchy behavior on a version of Unity different than the one specified lol

puttehi commented 1 year ago

This is not an issue with the SDK. You should go to Unity Support. I suspect Windows IL2CPP can only be built with Windows. I don't think Mac is supported.

valentinegb commented 1 year ago

If that's the case, then I would hope the SDK developers could try to find a way to allow for use on macOS, or else I just can't make mods for PC users

Greased-Scotsman commented 1 year ago

You cannot cross-compile IL2CPP between platforms, as far as I know. Maybe it would work if done from a VM? No idea tho.