Skip to content

An example to compare performance of Unity Burst compiler vs natively compiled code imported as plugin

Notifications You must be signed in to change notification settings

reinsteam/Unity-FrustumCulling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Burst
  • Collections
  • Jobs
  • Mathematics

About

An example to compare performance of Unity Burst compiler vs natively compiled code imported as plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages