Skip to content

Commit b65964f

Browse files
author
Dmitriy Yukhanov
committed
Fix Unity 2023 args
1 parent 18e999a commit b65964f

3 files changed

Lines changed: 1 addition & 63 deletions

File tree

Unity Projects/Package2Folder 2023/Assets/New Folder/NewSurfaceShader.shader

Lines changed: 0 additions & 53 deletions
This file was deleted.

Unity Projects/Package2Folder 2023/Assets/New Folder/NewSurfaceShader.shader.meta

Lines changed: 0 additions & 9 deletions
This file was deleted.

Unity Projects/Package2Folder Master/Assets/Plugins/CodeStage/Package2Folder/Scripts/Package2Folder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public static void ShowImportPackageWindow(string path, object[] array, string p
191191
ShowImportPackageMethodInfo.Invoke(null, new object[]
192192
{
193193
#if UNITY_2023_1_OR_NEWER
194-
path, array, packageIconPath, 0, null, null, 0
194+
path, array, packageIconPath, default, default, default, default
195195
#else
196196
path, array, packageIconPath
197197
#endif

0 commit comments

Comments
 (0)