DEV Community

Daniel Longmore
Daniel Longmore

Posted on

unity access, developing the component and inspector system



Today, I have worked on the inspector and component view. These two views are used to edit the properties of the objects in unity. I designed a custom inspector pannel and a component view pannel.

what is the difference

the difference between the inspector view and the component view is that the inspector view shows all the properties of the object. Whereas, the component view only shows the properties of one component.

features added

I have added the following features

  • an inspector view which works with the NVDA API.
  • a component view
  • the plugin now can display all objects matching a reference type.

where to find the code

the code will be on github. You can check it out here

Top comments (0)