- Home /
Can I use EditorGUI class outside Unity?
I'm trying to create and aplication, and things like the color picker or Vector fields could be very useful, but they all seem bugged if I use it on the project itself, is there anyway to use theese tools?, or I have to make them from scratch
Answer by DaveA · Jul 17, 2013 at 07:11 PM
Google around for what you need. Short answer: if it's and Editor script, you can't use it in your runtime, but people have made many classes that do similar things, color pickers are among them.
Your answer

Follow this Question
Related Questions
I am trying to make this color picker script work 2 Answers
Is there a build in color picker in unity? 2 Answers
GameObject duplicates every time my GUI button is pressed 1 Answer
Use gui slider to change text field and vice versa? 1 Answer
Why can't I get my tooltip to show only when there is a tooltip set? 2 Answers