remove multiphased import

This commit is contained in:
2017-02-11 12:25:00 +07:00
parent eed1253aeb
commit a3e9da5c73
6 changed files with 46 additions and 78 deletions

View File

@@ -152,7 +152,6 @@ namespace FTEditor {
if ( asset ) {
if ( act(asset, false) ) {
EditorUtility.SetDirty(asset);
AssetDatabase.ImportAsset(asset_path);
}
} else {
asset = ScriptableObject.CreateInstance<T>();