DotsMigration
6 tools in this family (folder Editor/Tools/DotsMigration/ 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.
| Tool | Effect | Description |
|---|---|---|
dots_analyze_monobehaviour | read-only | Statically analyze a MonoBehaviour .cs file and return DOTS migration intel: |
dots_full_migration_for_class | writes | One-shot DOTS scaffold pipeline: analyze the source .cs, then emit Authoring + Baker, |
dots_generate_authoring_baker | writes | Emit <ClassName>Authoring.cs containing a MonoBehaviour authoring shell + a Baker<T> that |
dots_generate_component_data | writes | Emit <ClassName>Data.cs containing the IComponentData struct (blittable subset of the original |
dots_generate_system | writes | Emit <ClassName>System.cs containing a partial struct ISystem (or partial class SystemBase |
dots_list_blockers_in_project | read-only | Project-wide scan: locate every MonoBehaviour-derived script under the given root (default |