You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Godot, change its import type into TextureArray. If you click Reimport, it will ask you to restart the editor (I'm surprised how that's needed but that's currently expected), so do that
Once back in the editor, double-click on the PNG to make it show in inspector.
Go in the Import dock and click Reimport again. This pops up:
In the console:
ERROR: Safe save failed. This may be a permissions problem, but also may happen because you are running a paranoid antivirus. If this is the case, please switch to Windows Defender or disable the 'safe save' option in editor settings. This makes it work, but increases the risk of file corruption in a crash.
At: drivers/windows/file_access_windows.cpp:183
I have Windows Defender, I suspect Godot is stepping on its own toes here.
This does not reproduce if I skip step 3). It happens all the time as soon as the resource is in the inspector's history. Re-importing works fine for other kinds of resources.
Godot 3.2.1
In the console:
I have Windows Defender, I suspect Godot is stepping on its own toes here.
This does not reproduce if I skip step 3). It happens all the time as soon as the resource is in the inspector's history. Re-importing works fine for other kinds of resources.
Project:
ReimportTextureArray.zip
The text was updated successfully, but these errors were encountered: