Inspector Drawer
Inspector Drawer provides a lightweight alternative to Odin Inspector for visualizing custom fields and properties directly in the Unity Inspector. Use the [Inspect] attribute to expose fields and custom classes including dictionaries, or the [Button] attribute to add method invocation buttons to your Inspector panels.
com.gm.inspectordrawer 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/inspectordrawer.git README Markdown
Copy this to your project's README.md
## Installation
Add **Inspector Drawer** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/inspectordrawer.git
```
[](https://www.pkglnk.dev/pkg/inspectordrawer)README
InspectorDrawer 0.0.1
这是一个很简陋的 Inspector Drawer(仿Odin Inspector)
1: [GMToolKit.Inspector.Inspect]
在字段/属性上,使用[GMToolKit.Inspector.Inspect]标签
可在Inspector上可视化该字段/属性的内容
包括任何自定义的类以及字典
2: [GMToolKit.Inspector.Button]
在方法上,使用[GMToolKit.Inspector.Button]标签
可在Inspector上添加该方法的调起按钮
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In