Skip to content

Commit

Permalink
update documents 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Sep 7, 2020
1 parent 20b43f2 commit 5be30c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# RapidGUI
Unity IMGUI extension for Rapid prototyping/development.

## [1.2.1] - 2020-09-07
### Added
- RGUI.ListField() for custom element GUI

### Changed
- package.json: add auther. unity 2019.2 > 2019.4.

### FIXED
- Popup, WindowLauncher, and ColorField being displayred int the wrong position in Unity2020's Editor.

## [1.2.0] - 2020-04-28
### Added
- CustomGUI: Configure the GUI from outside the class instead of the attributes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ga.fuquna.rapidgui",
"displayName": "RapidGUI",
"version": "1.2.0",
"unity": "2019.2",
"version": "1.2.1",
"unity": "2019.4",
"description": "IMGUI extensions for Rapid prototyping/development",
"keywords": ["IMGUI", "GUI"],
"category": "Tool",
Expand Down

0 comments on commit 5be30c9

Please sign in to comment.