Unite 2013 - Scripting Behind the Scenes

Jonathan Chambers (Software Developer, Unity Technologies) provides an overview of how scripting internals work within Unity. First, he describes compilers, garbage collection, JIT or AOT compilation to native code, etc. Then he dives deeper into how some of these areas impact the performance of Unity and your project.
Back to Top