Home › Per Unity DOTS / Burst docs, a CUSTOM INSPECTOR …
Per Unity DOTS / Burst docs, a CUSTOM INSPECTOR using UI TOOLKIT (vs IMGUI) is preferred for which property?
ABetter runtime performance in built games
BSmaller download size on mobile player builds
CMandatory iOS App Store compliance check at runtime
DRetained-mode + USS styling that scales to complex panels
Answer & Solution
Correct answer: D. Retained-mode + USS styling that scales to complex panels
Unity Manual UI Toolkit: retained-mode visual tree + USS theming; preferred for complex editor windows. IMGUI is simpler for one-off scripts but verbose for big tools.
Related questions
Per Godot docs (TOOL scripts), prefixing a GDScript file with @tool causes which behaviourPer Visual Studio + JetBrains Rider integration with Unity, the EDITORATTACH protocol thatPer Unity Asset Store + Unreal Marketplace guidelines, a TOOL author's INSPECTOR should haPer Unreal docs (UPROPERTY + UFUNCTION), the UNREAL HEADER TOOL parses macros at build timPer Houdini docs, a DIGITAL ASSET (HDA) lets tools authors do which?Per Blender Python (bpy) docs, the bpy module structure groups data in which sub-namespacePer Unity Editor docs, the SERIALIZED OBJECT API is preferred over direct field access in Per Unreal docs, the SLATE framework is used to build which kind of UI inside Unreal Engin