I made a game in unity, it was finished when i try built and run it pop out this message”error CS0246: The type or namespace name ‘UnityEditorInternal’ could not be found (are you missing a using directive or an assembly reference?)
“I tried to change external tools also my file got UnityEditorInternal.I was trying to find a solution for me to built and run my game
5
I guess you are trying to use an editor code in runtime. Editor codes can’t be used in runtime. If you can share the script that using UnityEditorInternal class, we can help you better.
1