|
Trying to learn how to make a custom editor in C# If anyone has some good C# Tutorials for a Custom editor, or even some really good references, I would really appreciate it. PLEASE DO NOT LINK Unity Script or Java Script, I've tried looking at java stuff, and it doesn't seem to translate well. Thank you ive already looked at this page : http://unity3d.com/support/documentation/Components/gui-ExtendingEditor.html , but its all java :(
(comments are locked)
|
|
I've written an article that covers writing a basic Custom Editor using C# See: Using Custom Editors in Unity - C# example Example from the article: top quality article there ..
Oct 21 '12 at 03:11 PM
Fattie
(comments are locked)
|
|
(comments are locked)
|
|
I did just find a decent example..but looking more for a tutorial http://buchhofer.com/2011/05/scriptable-objects-and-custom-editors/
(comments are locked)
|

I did just find a decent example..but looking more for a tutorial http://buchhofer.com/2011/05/scriptable-objects-and-custom-editors/
I feel I should point out that Java =/= Javascript.