- added exception to skip preview of unsupported audio clips

- fixed a feature that automatically resizes asset Type and Size columns by content
- fixed sorting issue when loading a new file/folder
- asset list is now sorted by 2 columns, first by the column you click, then by the column you previously clicked
This commit is contained in:
RaduMCosma
2015-11-04 14:16:03 +02:00
parent 5ba447aba2
commit 2c94852939
3 changed files with 125 additions and 97 deletions

View File

@@ -105,6 +105,10 @@ namespace Unity_Studio
extension = ".fsb";
preloadData.InfoText += "FSB";
break;
case 2://FSB5
extension = ".fsb";
preloadData.InfoText += "FSB";
break;
case 13:
extension = ".mp3";
preloadData.InfoText += "MP3";