Skip to main content
added screenshot of loading error
Source Link
dsacre
  • 171
  • 5

Moving `theme`"theme" file to a different folder - is it possible to update the resource paths within the `theme`"theme"?

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths. Godot Editor Loading Error Message

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Moving `theme` file to a different folder - is it possible to update the resource paths within the `theme`?

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Moving "theme" file to a different folder - is it possible to update the resource paths within the "theme"?

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths. Godot Editor Loading Error Message

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Don't repeat tags in title
Source Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

Godot 3.5: Moving `theme` file to a different folder - is it possible to update the resource paths within the `theme`?

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Godot 3.5: Moving `theme` file to a different folder - is it possible to update the resource paths within the `theme`?

Assume the following: One theme is created via the Godot Editor and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Moving `theme` file to a different folder - is it possible to update the resource paths within the `theme`?

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?

Source Link
dsacre
  • 171
  • 5

Godot 3.5: Moving `theme` file to a different folder - is it possible to update the resource paths within the `theme`?

Assume the following: One theme is created via the Godot Editor and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:

Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?