Skip to content

Commit 1a41e30

Browse files
authored
Merge pull request #22 from innogames/remove-warning
Remove warning
2 parents 2efe354 + e20864e commit 1a41e30

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

AssetRelationsViewer/Editor/AssetRelationsViewerWindow.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,18 @@ public static void ShowWindowForAsset()
145145
#endif
146146
}
147147

148+
[MenuItem("Window/Asset Relations Viewer/Open")]
149+
public static void Open()
150+
{
151+
ShowWindow();
152+
}
153+
148154
private static void ShowWindowForAssetInternal()
149155
{
150156
AssetRelationsViewerWindow window = ShowWindow();
151157
window.OnAssetSelectionChanged();
152158
}
153159

154-
[MenuItem("Window/Asset Relations Viewer/Open")]
155160
public static AssetRelationsViewerWindow ShowWindow()
156161
{
157162
AssetRelationsViewerWindow window = GetWindow<AssetRelationsViewerWindow>(false, OwnName);

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**1.5.2**
2+
- Remove warning
3+
14
**1.5.1**
25
- Increase serialize version of AssetToFileDependencyCache because of dependency order change
36
- Fixed possible StackOverflowException with very huge dependency trees and ShowAdditionalInformation option being enabled

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.innogames.asset-relations-viewer",
33
"displayName": "Asset Relations Viewer",
44
"description": "Editor UI for displaying dependencies between assets in a tree based view",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"unity": "2018.4",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)