File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 581581 <MenuItem x : Name =" menuItemCopyPath" Header =" Copy Project Path" Click =" MenuItemCopyPath_Click" />
582582 <MenuItem x : Name =" menuItemShowProjectInExplorer" Header =" Show in Explorer" Click =" MenuItemShowProjectInExplorer_Click" />
583583 <MenuItem x : Name =" menuItemBrowsePersistentDataPath" Header =" Open PersistentDataPath" Click =" MenuItemBrowsePersistentDataPath_Click" />
584+ <MenuItem x : Name =" menuCreateDesktopShortCut" Header =" Create Shortcut on Desktop" Click =" MenuCreateDesktopShortCut_Click" />
584585 <Separator />
585586 <MenuItem x : Name =" menuItemKillProcess" Header =" Kill Process" Click =" MenuItemKillProcess_Click" />
586587 <Separator />
592593 </MenuItem >
593594 <!-- <Separator/>
594595 <MenuItem x:Name="menuRemoveProject" Header="Remove from recent list" Click="MenuRemoveProject_Click" />-->
595- <MenuItem x : Name =" menuCreateDesktopShortCut" Header =" Create Shortcut on Desktop" Click =" MenuCreateDesktopShortCut_Click" />
596596 </ContextMenu >
597597 </DataGrid .ContextMenu>
598598
Original file line number Diff line number Diff line change @@ -127,12 +127,7 @@ public static string GetProjectVersion(string path)
127127 if ( vertemp . IndexOf ( "." ) > - 1 ) version = vertemp ;
128128
129129 }
130- // if still nothing, take a quess based on yaml year info, lets say 2011 is unity 3.5
131- if ( string . IsNullOrEmpty ( version ) == true && data [ 1 ] . ToLower ( ) . IndexOf ( "unity3d.com,2011" ) > - 1 )
132- {
133- version = "3.5.7f1" ;
134- }
135-
130+ // if still nothing, TODO probably could find closer version info, if know what features were added to playersettings.assets and checking serializedVersion: .. number
136131 }
137132 }
138133 }
You can’t perform that action at this time.
0 commit comments