File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# RapidGUI
22Unity IMGUI extension for Rapid prototyping/development.
33
4+ ## [ 1.2.1] - 2020-09-07
5+ ### Added
6+ - RGUI.ListField() for custom element GUI
7+
8+ ### Changed
9+ - package.json: add auther. unity 2019.2 > 2019.4.
10+
11+ ### FIXED
12+ - Popup, WindowLauncher, and ColorField being displayred int the wrong position in Unity2020's Editor.
13+
414## [ 1.2.0] - 2020-04-28
515### Added
616- CustomGUI: Configure the GUI from outside the class instead of the attributes.
Original file line number Diff line number Diff line change 11{
22 "name" : " ga.fuquna.rapidgui" ,
33 "displayName" : " RapidGUI" ,
4- "version" : " 1.2.0 " ,
5- "unity" : " 2019.2 " ,
4+ "version" : " 1.2.1 " ,
5+ "unity" : " 2019.4 " ,
66 "description" : " IMGUI extensions for Rapid prototyping/development" ,
77 "keywords" : [" IMGUI" , " GUI" ],
88 "category" : " Tool" ,
You can’t perform that action at this time.
0 commit comments