Unity IMGUI extension for Rapid prototyping/development.
- fix "Getting control 1's position in a group with only 1 controls when doing repaint" error
- RGUI.ListField() size field
- RGUI.ListField() for custom element GUI
- package.json: add auther. unity 2019.2 > 2019.4.
- Popup, WindowLauncher, and ColorField being displayred int the wrong position in Unity2020's Editor.
- CustomGUI: Configure the GUI from outside the class instead of the attributes.
- IgnoreFieldScope: Ignore fields with specified names in recursive display
- EnumField style changed from SelectionGrid to SelectionPopup
- First release