support Unity 2017.1.0
fixed show "bundle file" original file
This commit is contained in:
@@ -1861,7 +1861,7 @@ namespace Unity_Studio
|
||||
|
||||
private void showOriginalFileToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var args = $"/select, {selectasset.sourceFile.filePath}";
|
||||
var args = $"/select, {selectasset.sourceFile.bundlePath ?? selectasset.sourceFile.filePath}";
|
||||
var pfi = new ProcessStartInfo("explorer.exe", args);
|
||||
Process.Start(pfi);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user