Practice free →
Home › Per Unity Editor docs, custom editor scripts in …

Per Unity Editor docs, custom editor scripts in Unity live under which folder convention?

AAssets/Resources/Editor only
BScripts/Player/ for both runtime + edit
CPlugins/Native/ only
DEditor/ (excluded from runtime build)
Answer & Solution
Correct answer: D. Editor/ (excluded from runtime build)
Unity Manual (Editor folders): any folder named Editor compiles only in the Editor; never ships in player builds. Standard separation.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions