Debug Inspector is a enhanced unity object inspector for debug purpose.
Features:
- List all members of selected object and compoents of GameObject recusively in a hierarchy tree.
- Change field and property values directly on GUI.
- Auto split collection itmes into pages.
- Collect error logs and exception when accessing properties.
- List stack trace of error logs and exception when accessing properties and open source file with a button click.
- Filter display objects by search text and filter options.
- Full source code included.