- Home /
Where can I find Unity's editor files?
I can't find Unity's editor script folders. I need to use some of the Unity's editor's editors features in a build. That can't happen and that's why I want to copy some code from existing Unity's editor scripts. In this Instance I need to render a MeshCollider gizmo in a game build.
C:\Program Files\Unity\Editor\Data\$$anonymous$$anaged\
Answer by Bunny83 · Feb 20, 2018 at 06:16 PM
You are not allowed to redistribute the editor files. Also many things from the UnityEditor.dll only works within the editor as they are just wrappers for native editor code. No one is going to blame you when you decompile the UnityEditor.dll for learning purposes. However the editor and it's editor scripts are copyright protected. They are not part of the redistributable engine.
Your answer
Follow this Question
Related Questions
Why does the app run fluent in the editor but lags when it's built? 2 Answers
Different result in built game and play mode. 2 Answers
Serious Rendering Issue - editor vs build 3 Answers
Draw line on play gets distorted 1 Answer
Distribute terrain in zones 3 Answers