Skip to main content

Questions tagged [il2cpp]

il2cpp is a tool for transpiling IL in compiled CLR assemblies into C++. It is part of the Unity engine.

0 votes
0 answers
44 views

The MongoDB system (MongoDB Atlas) does not support Unity's IL2CPP setup on Android. My build.mongoDB and IL2CPP project is working perfectly in the Unity editor, ...
Varghese_K Thomas's user avatar
2 votes
1 answer
4k views

I've been building Unity iOS projects to iOS devices for years and I've rarely had issues with errors in Xcode. This is probably because I rarely change anything in the Xcode project and just use ...
Cato's user avatar
  • 103
0 votes
0 answers
428 views

in the code linked below, i am using bepinex and harmony to make a plugin for the game Sons of The Forest the goal of the code attached is to log the value of an in-game variable every second, but the ...
naenae baby's user avatar
1 vote
1 answer
138 views

I'm working on exception handling and I usually test it with causing a DivideByZeroException. But this time it's not thrown. (While throwing a ...
Tudvari's user avatar
  • 801
0 votes
0 answers
771 views

This is the app I built using Unity. The current version of the app is 8. I was stupid enough to lose the code for version 8. Now, I only have code till version 7. This is the code which doesn't have ...
Manoj Bhatt's user avatar
2 votes
1 answer
97 views

I get inconsistent results when I run this code as standalone Windows on Mono and IL2CPP backends. ...
Elastic Sea's user avatar
0 votes
1 answer
247 views

So I have a game on app store, I added Google play services Now when I do an apk build and test it works great really happy with it. But when I then tick the box for aab ( this is what Google store ...
dmh285's user avatar
  • 11
1 vote
0 answers
101 views

We are using Unity 5.5 and Parse 1.7.0 (and Firebase for notifications) which doesn't have "Parse.Unity.dll" and while on Editor everything is working fine but when we build using "IL2CPP" on iOS; ...
Paperbag's user avatar
26 votes
2 answers
54k views

IL2CPP is a Unity-developed scripting back-end which you can use as an alternative to Mono when building projects for some platforms. Note - IL2CPP is only available when building for the following ...
Muhammad Faizan Khan's user avatar