How to Create a Custom Inspector in the Unity Engine
|

How to Create a Custom Inspector in the Unity Engine

Sometimes you need to customize the Inspector UI in the Unity engine to better suit your objects’ properties. You may want for example to modify your object with a click of a button or change its attributes from the inspector without modifying the code. In this blog, we will show you step-by-step how to do…