Question by
BinarySmash · Sep 14, 2016 at 11:51 PM ·
unity 5javascriptguibuttonsradio
Getting BCE0005: Unknown identifier: 'EditorStyles' error what is wrong with this piece of code?
When I try to build my Unity3D project I keep getting the BCE0005: Unknown identifier: 'EditorStyles' error with the code below:
selGridInt = GUILayout.SelectionGrid(selGridInt, selStrings, 5, EditorStyles.radioButton);
I have no idea how this is wrong. Could someone please help.
Thank you.
Comment