reinsteam / Unity-FrustumCulling

An example to compare performance of Unity Burst compiler vs natively compiled code imported as plugin
23 stars 3 forks source link
auto-vectorisation burst burst-compiler jobs multicore performance performance-testing simd unity3d

Unity-FrustumCulling

A short example to compare performance of simple frustum culling implemented using the following available components in Unity

Method Multithreading
Standard Unity Math -
Unity.Mathematics optional, via Unity.Jobs
Unity.Mathematics compiled with Burst optional, via Unity.Jobs
Native code via Plugins -

Package Dependencies