Unity Editor Extensions

I want to start writing editor extensions for Unity. Are they done exclusively in C#, or can they be written in Javascript? I noticed that all on the Asset Store are in C#.

1 Answer

1

None of the editor extensions are C++. At least some of them are C#. You can write editor extensions in JS; see here for an example.

Oops, you're right, I must have imagined that. ;)

Which is why I knew it was there. :)