We’ve been hard at work improving the updated scripting runtime since our last update. Unity 2018.2 ships with dozens of bug fixes related t... Ler mais
Postagens de Josh Peterson
Unity 2018.1 beta now includes a fully-supported, modern .NET runtime. As the .NET ecosystem continues to evolve, Unity is committed to main... Ler mais
In this final episode of our IL2CPP micro-optimization miniseries, we’ll explore the high cost of something called “boxing”, and we’ll see h... Ler mais
Last time we learned that virtual method calls are slower than direct calls, and we found out how to tell IL2CPP that a given virtual method... Ler mais
The scripting virtual machine team at Unity is always looking for ways to make your code run faster. This is the first post in a three part ... Ler mais
This is the eighth and final post in the IL2CPP Internals series. In this post I’ll deviate a bit from the content of previous posts, and no... Ler mais
This is the seventh post in the IL2CPP Internals series. In this post, we will explore a bit about how the IL2CPP runtime integrates with a ... Ler mais
This is the sixth post in the IL2CPP Internals series. In this post, we will explore how il2cpp.exe generates wrapper methods and types use ... Ler mais
This is the fifth post in the IL2CPP Internals series. In the last post, we looked at how methods are called in the C++ code generated for t... Ler mais
This is the fourth blog post in the IL2CPP Internals series. In this post, we will look at how il2cpp.exe generates C++ code for method call... Ler mais
This is the third blog post in the IL2CPP Internals series. In this post, we will explore some tips which make debugging C++ code generated ... Ler mais
This is the second blog post in the IL2CPP Internals series. In this post, we will investigate the C++ code generated by il2cpp.exe. Along t... Ler mais
Almost a year ago now, we started to talk about the future of scripting in Unity. The new IL2CPP scripting backend promised to bring a highl... Ler mais