Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
822 stars 68 forks source link

Detect WithoutBurst usage #69

Open mtrive opened 2 years ago

mtrive commented 2 years ago

ECS code should always be Burst'ed. In a few cases it might be needed to disable it but that should be the exception.

Let's add support for detecting WithoutBurst usage.