Godot Version
4.3
Question
I didn’t realize that I had this error warning in my game until I had backed up my game and moved on - quite a ways, but, I got this error somehow occurring 53 times, one for each asset I am using in the game, And it was this:
core/io/resource_format_binary.cpp:1083 - res://3d_props/Dungeon/box_small.gltf: In external resource #0, invalid UID: uid://hab2v5yytyri - using text path instead: res://3d_props/Dungeon/dungeon_texture.png
repeat 52 other times. Now I am not sure how and when it happened, but everytime I saved one of the stages that use these assets, there are three of them, the 53 magical error/warning reappear, appearing everytime I run the game in the debugger and everytime I load up the project. Everything onscreen behave and looks correct so the reason for the error in unknown by me.
Now is there any to stop this like with a @ignore_warning or another way?
If you can help here is a big thankyou in advance.
Cheers,