mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
- remove "Unique exported filenames" option (assets of the same name will always add a unique numeric identifier)
- add "Display all assets" option to support display all types assets and export the RAW file.(use .dat extension)
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
</configSections>
|
||||
<userSettings>
|
||||
<Unity_Studio.Properties.Settings>
|
||||
<setting name="uniqueNames" serializeAs="String">
|
||||
<value>True</value>
|
||||
<setting name="displayAll" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="enablePreview" serializeAs="String">
|
||||
<value>True</value>
|
||||
|
Reference in New Issue
Block a user