Skip to content

Commit 5be30c9

Browse files
committed
update documents 1.2.1
1 parent 20b43f2 commit 5be30c9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# RapidGUI
22
Unity 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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",

0 commit comments

Comments
 (0)