- 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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user