Skip to content

Commit 4095329

Browse files
authored
Merge pull request #20 from bgr/bump_version
Bump version to 1.3.0 in package.json, update README with latest supported Unity version
2 parents c106680 + 3a3cd86 commit 4095329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unity-toolbar-extender
22

3-
Extend the Unity Toolbar with your own UI code. Please note that it's quite hacky as the code is relying on reflection to access Unity's internal code. It might not work anymore with a new Unity update but is proven to work up to (at least) Unity 2019.1.
3+
Extend the Unity Toolbar with your own UI code. Please note that it's quite hacky as the code is relying on reflection to access Unity's internal code. It might not work anymore with a new Unity update but is proven to work up to (at least) Unity 2020.1.
44

55
Add buttons to quickly access scenes, add sliders, toggles, anything.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.marijnzwemmer.unity-toolbar-extender",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"displayName": "Toolbar Extender",
55
"description": "Extend the Unity Toolbar with your own Editor UI code.",
66
"unity": "2018.1",

0 commit comments

Comments
 (0)