Update tools window #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ToolsWindowUpdate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -64,2 +71,2 @@string s = item;menu.AddItem(new GUIContent(s.Remove(0, path.Length + 1).Remove(s.Length - path.Length - 7 ,6)), false, () => {string s = fileInfo[i];menu.AddItem(new GUIContent(s.Remove(0, basePath.Length + 1).Remove(s.Length - basePath.Length - 7 ,6).Replace('\\', '/')), false, () => {Why
-7and6? I see a lot of magical numbersIs it clear now?