Tag Archives: inspector

Unity Editor Extensions – Extending Unity’s Default Inspectors

Unity allows creating custom inspectors for your own custom types, as well as its built-in types easily. But if you’re after extending unity’s built-in inspectors you’re mostly out of luck – there’s no simple API for that (Unity’s inspectors are not publicly exposed). … Continue reading

Posted in Unity | Tagged , , , , , | 2 Comments