File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
AssetRelationsViewer/Editor Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,18 @@ public static void ShowWindowForAsset()
145
145
#endif
146
146
}
147
147
148
+ [ MenuItem ( "Window/Asset Relations Viewer/Open" ) ]
149
+ public static void Open ( )
150
+ {
151
+ ShowWindow ( ) ;
152
+ }
153
+
148
154
private static void ShowWindowForAssetInternal ( )
149
155
{
150
156
AssetRelationsViewerWindow window = ShowWindow ( ) ;
151
157
window . OnAssetSelectionChanged ( ) ;
152
158
}
153
159
154
- [ MenuItem ( "Window/Asset Relations Viewer/Open" ) ]
155
160
public static AssetRelationsViewerWindow ShowWindow ( )
156
161
{
157
162
AssetRelationsViewerWindow window = GetWindow < AssetRelationsViewerWindow > ( false , OwnName ) ;
Original file line number Diff line number Diff line change
1
+ ** 1.5.2**
2
+ - Remove warning
3
+
1
4
** 1.5.1**
2
5
- Increase serialize version of AssetToFileDependencyCache because of dependency order change
3
6
- Fixed possible StackOverflowException with very huge dependency trees and ShowAdditionalInformation option being enabled
Original file line number Diff line number Diff line change 2
2
"name" : " com.innogames.asset-relations-viewer" ,
3
3
"displayName" : " Asset Relations Viewer" ,
4
4
"description" : " Editor UI for displaying dependencies between assets in a tree based view" ,
5
- "version" : " 1.5.1 " ,
5
+ "version" : " 1.5.2 " ,
6
6
"unity" : " 2018.4" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments