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.

Filter by
Sorted by
Tagged with
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
0 votes
0 answers
423 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
0 votes
0 answers
770 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
0 votes
1 answer
246 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
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