mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 14:11:19 +07:00
remove multiphased import
This commit is contained in:
@@ -152,7 +152,6 @@ namespace FTEditor {
|
||||
if ( asset ) {
|
||||
if ( act(asset, false) ) {
|
||||
EditorUtility.SetDirty(asset);
|
||||
AssetDatabase.ImportAsset(asset_path);
|
||||
}
|
||||
} else {
|
||||
asset = ScriptableObject.CreateInstance<T>();
|
||||
|
||||
Reference in New Issue
Block a user