Skip to main content

BurstDoctor

6 tools in this family (folder Editor/Tools/BurstDoctor/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
burstdoctor_export_reportwritesRun a full scan and write a Markdown report to Tests/AutoPlay/BurstDoctor/<timestamp>.md.
burstdoctor_replace_list_with_nativewritesReplace every List&lt;T&gt; token in a .cs file with Unity.Collections.NativeList&lt;T&gt; and inject a
burstdoctor_replace_string_concatwritesHeuristically replace string foo = a + b; declarations with `Unity.Collections.FixedString512Bytes…
burstdoctor_scan_categoryread-onlyScan a single Burst incompatibility category across every Burst-eligible file. Use when only
burstdoctor_scan_fileread-onlyScan a single .cs file across all 9 Burst-incompatibility categories. Faster and more focused
burstdoctor_scan_fullread-onlyScan every .cs file under Assets/ that contains the [BurstCompile] attribute, looking for