Godot Version
4.5.1
Question
I copied some resources from another project into this one. Now I’m seeing warnings like this:
WARNING: scene/resources/resource_format_text.cpp:444 - res://scenes/compute_nodes/world_map_generator.tscn:3 - ext_resource, invalid UID: uid://ccqo14fquuoop - using text path instead: res://scenes/compute_nodes/world_map_generator.gd
How do I fix my UIDs? I think if possible I could just recreate them since these objects were previously in another project.