IL2CPP: PROPERTYINFO.SETVALUE SETS A RANDOM NUMBER TO A NULLABLE VALUE TYPE...
Hui WuMarch 31, 2020 14:52 We use reflection to deserialize some value into C# types. We encounter an issue where if we have a class NullableContainer { public Int64? NullableValue { get; set; } } And...
View ArticleCloud Build warning: Can't find custom attr constructor image
I have an iOS build target set up in Unity Cloud Build. The build is passing, and the built player is running without any obvious issue. However, the build log is filled with warning lines like this:...
View ArticleWhen building with il2cpp, there is an error that occurs when the number of...
![alt text][1] [1]: /storage/temp/156065-1.png When the number of scenes reaches 800, the build succeeds. If you increase the number of scenes by a certain number here, the above error occurs and the...
View Articlewhat version of android ndk is required by unity 2019.2.0f1
google play console is asking for app to be 64 bit compliant. I chose IL2CPP as backend and now unity is giving me "unable to locate android ndk". i have tried with unity hub installed version of ndk,...
View ArticleFailed Running UnityLinker.exe
Hi, i'm trying to compile my game for webgl but i whenever i try to compile it i get 2 different errors saying "UnityLinker.exe did not run properly" and...
View ArticleFailed Running UnityLinker.exe
Hi, i'm trying to compile my game for webgl but i whenever i try to compile it i get 2 different errors saying "UnityLinker.exe did not run properly" and...
View ArticleDynamic keyword (.NET 4.X) for iOS - alternatives? Or workarounds?
Hi, I want to use the dynamic keyword (e.g. could be a float, or an int, or a string, etc). Is there a workaround for this, because it doesn't seem supported and the workaround detailed in this issue...
View ArticleWhen building with il2cpp, there is an error that occurs when then umber of...
**Relation URL** [https://answers.unity.com/questions/1715883/when-building-with-il2cpp-there-is-an-error-that-o.html?childToView=1716610#answer-1716610][1] [More Information] First of all, we have...
View ArticleError occurs while building for WebGL
Hey everyone For the past few days I have been facing an error while trying to build for WebGL platform using the 2019.3.11f1 editor I have searched around here but have found no solution that will...
View ArticleAndroid Build with il2cpp failed: The specified executable is not a valid...
Hi! I am not sure if this is the correct place to post this, but I have scoured the internet and all of the different forum post related to this. Please have some patience, because part of the problem...
View Articleil2cpp.exe error pls help me and solve out my problem
Win32Exception: ApplicationName='C:\Program Files\Unity\Editor\Data\il2cpp/build/il2cpp.exe', CommandLine='--convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile="unityaot"...
View ArticleIL2CPP compiled expressions performance
Hello, We are writing a library for Unity which uses reflection to set and get field values on objects. Since it could be called on every game loop it must be very fast. We were able to find great...
View Articleil2cpp build error
I'm sorry for my poor English. I changed the project setting to il2cpp. Android builds cannot be build after that. Who can help me? 1error:...
View ArticleIL2CPP Google AdMob problem
Hello everyone! Well I create a game with Unity 2019.2.17f1 and with AdMob. I had Scripting Backend to mono. It worked fine with no problems and the advs were right. I decided to upload it to Google...
View ArticleIL2CPP html5 build fail Ubuntu 20.04 LTS
I recently upgraded my operating system to Ubuntu 20.04 LTS from Ubuntu 16.04 LTS, and ported over some old Unity projects, running 2019.3.13f1. Where previously they would build to webGL format...
View ArticleUnity 2019.3.14 not building to windows platform
4 Errors 1) Failed running C:\Program Files\Unity\Hub\Editor\2019.3.14f1\Editor\Data\il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check...
View ArticleHello when i change mono to IL2cpp then some error occured. How to fix these...
**Error 1** Failed running C:\Program Files\Unity\Editor\Data\il2cpp\build/deploy/net471/UnityLinker.exe -out="E:/APPS SOURCE CODE/SAFE ZOMBIE BOW...
View ArticleHow do I prevent IL2CPP from Erroring on managed plugin code designed for iOS...
I’ve been banging my head against a C# coding problem for the last few days. The problem is this - we're developing a Unity plugin and issuing the code as DLLs for use by game developers. The...
View ArticleWin32Exception, IL2CPP.EXE, Build App Bundle,Win32Expaction 64-bit Build...
Hi, im facing this issue and research this problem for a 2 or 3 week. Can anyone help me for this problem? My Unity version is 2019.4.0f1 and yes i check ndk-sdk-jdk-gradle-etc. and i use recomended...
View ArticleIL2CPP Compiled Application's scripts not working
I wanted to use IL2CPP in my application to make it more performant and also harder to decompile, but whenever I compiled my game using IL2CPP, some scripts are not functining properly (Mainly ones...
View Article