Does Windows builds support il2cpp?
See original GitHub issueLooking at https://github.com/game-ci/unity-builder/pull/305 and the v2.0.0-alpha-14 release, it appears Windows builds should support il2cpp:
- Added build tests for windows il2cpp, WSAPlayer, and tvOS in build-test workflow
I just tried to build an app with il2cpp and it fails:
Asset Pipeline Refresh: Total: 0.266 seconds - Initiated by StopAssetImportingV2(NoUpdateAssetOptions)
DisplayProgressNotification: Build Failed
Error building Player: Currently selected scripting backend (IL2CPP) is not installed.
Unloading 51 Unused Serialized files (Serialized files now loaded: 0)
Unloading 57 unused Assets / (2.1 KB). Loaded Objects now: 9210.
It appears to be using unity-builder:windows-2021.2.8f1-windows-il2cpp-0
If I switch to mono, the CI works great and a working executable is produced.
Do I need to do something else to get il2cpp working?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
What is "Windows Build Support (IL2CPP)"?
I'm about to install but I noticed this new option for Windows Build Support (IL2CPP) and never having heard it before I tried...
Read more >What is the Windows build support? : r/Unity3D
Its basically compiling for the windows app store. As FaygoMakesMeGo says, the different build supports allow you to build your game for that ......
Read more >Unity builds for Windows with il2cpp support · Issue #82
It is not possible to create windows builds with IL2CPP support using Unity running on Linux. Possible alternatives. See #82 (comment). 1
Read more >IL2CPP Overview
To build a project with IL2CPP, you need to have the backend installed in your Unity installation. You can select IL2CPP as an...
Read more >Build and deploy to the HoloLens - Mixed Reality
This article outlines building your mixed reality project with Unity and Visual Studio so you can deploy it to the HoloLens.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just wanted to follow up. I was able to successfully make a windows il2cpp build of our app!
Hello. I will check. Unfortunately my github actions quota is all used up until the end of the month. I wasn’t thinking that mono builds I should just use ubuntu. And with macos being 10x minute multiplier… arg…