Merge pull request #91594 from RedMser/remove-old-path-remaps

Remove old path remaps system
This commit is contained in:
Thaddeus Crews 2025-04-23 12:01:25 -05:00
commit eb6e8e59b1
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
5 changed files with 44 additions and 84 deletions

View file

@ -7145,7 +7145,6 @@ EditorNode::EditorNode() {
SceneState::set_disable_placeholders(true);
ResourceLoader::clear_translation_remaps(); // Using no remaps if in editor.
ResourceLoader::clear_path_remaps();
ResourceLoader::set_create_missing_resources_if_class_unavailable(true);
EditorPropertyNameProcessor *epnp = memnew(EditorPropertyNameProcessor);