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
After importing Synty's Fantasy Kingdom asset on Windows 11, I get the following warnings in the Godot debug console:
drivers/windows/file_access_windows.cpp:181 - Case mismatch opening requested file 'res://Assets/PolygonFantasyKingdom/textures/PolygonFantasyKingdom_Texture_01_A.png', stored as 'res://Assets/PolygonFantasyKingdom/Textures/PolygonFantasyKingdom_Texture_01_A.png' in the filesystem. This file will not open when exported to other case-sensitive platforms.
drivers/windows/file_access_windows.cpp:181 - Case mismatch opening requested file 'res://Assets/PolygonFantasyKingdom/textures/PolygonFantasyKingdom_Texture_01_A.png.import', stored as 'res://Assets/PolygonFantasyKingdom/Textures/PolygonFantasyKingdom_Texture_01_A.png.import' in the filesystem. This file will not open when exported to other case-sensitive platforms.
On windows at least, it continues to work. I suspect when I open the project on my macbook pro however, it will likely fail.
The text was updated successfully, but these errors were encountered:
After importing Synty's Fantasy Kingdom asset on Windows 11, I get the following warnings in the Godot debug console:
On windows at least, it continues to work. I suspect when I open the project on my macbook pro however, it will likely fail.
The text was updated successfully, but these errors were encountered: