- Instantly Boost Unity Game Performance With IL2CPP_USE_SPARSEHASH https://gamedev.center/instantly-boost-unity-game-performance-with-il2cpp_use_sparsehash/ 23 comments unity3d
- Unity ECS Performance Testing: The Way To The Best Performance https://gamedev.center/unity-ecs-performance-testing-the-way-to-the-best-performance/ 5 comments unity3d
- I was wondering how much code the compiler generates when using async/await in Unity. Here is my analysis https://gamedev.center/the-cost-of-async-await-on-the-build-size/ 4 comments unity3d
- Compilation of best tips gathered at Unite conference. I spent a bunch of time rewatching these talks so you don’t have to https://gamedev.center/best-optimization-tips-by-unity-engineers-at-unite/ 2 comments unity3d
- 3 reasons to use ScriptableObject for properties instead of directly storing it inside MonoBehaviour https://gamedev.center/store-component-properties-inside-monobehaviour-itself-or-use-scriptableobject/ 22 comments unity3d
- Array vs Dictionary lookup: micro-optimization that doesn't matter to 99.9% as any other micro-optimization, still an interesting benchmark of int-keyed dictionary https://gamedev.center/array-vs-dictionary-lookup-in-net/ 11 comments csharp