Skip to content

Commit 163be97

Browse files
committed
v1.1.12
1 parent cd63833 commit 163be97

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.1.11
1+
# 1.1.12
2+
3+
- Added version checker in tool window opening event
4+
5+
# 1.1.11
26

37
- Migrate materials step
48

Editor/PatcherWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ private void OnEnable() {
119119
Nomnom.UnityProjectPatcher.PatcherUtility.GetUserSettings();
120120
_gameWrapperVersion = null;
121121

122+
OnLoad();
123+
122124
EditorApplication.delayCall += () => {
123125
_packageCollection = null;
124126
CheckPackages();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nomnom.unity-project-patcher",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"displayName": "Unity Project Patcher",
55
"description": "A tool that generates a Unity project from a game build that can be playable in-editor",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)