Skip to main content

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.

ToolEffectDescription
dots_analyze_monobehaviourread-onlyStatically analyze a MonoBehaviour .cs file and return DOTS migration intel:
dots_full_migration_for_classwritesOne-shot DOTS scaffold pipeline: analyze the source .cs, then emit Authoring + Baker,
dots_generate_authoring_bakerwritesEmit <ClassName>Authoring.cs containing a MonoBehaviour authoring shell + a Baker<T> that
dots_generate_component_datawritesEmit <ClassName>Data.cs containing the IComponentData struct (blittable subset of the original
dots_generate_systemwritesEmit <ClassName>System.cs containing a partial struct ISystem (or partial class SystemBase
dots_list_blockers_in_projectread-onlyProject-wide scan: locate every MonoBehaviour-derived script under the given root (default