Godot Engine

Godot Engine

SamuraiDan 2022 年 4 月 27 日 下午 3:04
godot export trying to load incorrect path files
in the code I have it set so that I load res://sprites/enemy_ship/sprite_1.png
but for some nonsensical reason when I export the game it tries to load res://sprites/ship_1.png which leads to a "no loader found for resource" error.

it even tells me in the error message that the exact line of code I already fixed is the problem, so I'm stumped!
< >
目前顯示第 1-1 則留言,共 1
SamuraiDan 2022 年 4 月 27 日 下午 3:45 
I solved this before it got through auto-mod, even. basically I had .import files that were incorrect from when I moved the ship images into a folder earlier. and the fastest, easiest way to fix it was to delete all my ship-related import files and re-import them so godot only had the correct ones.
< >
目前顯示第 1-1 則留言,共 1
每頁顯示: 1530 50

張貼日期: 2022 年 4 月 27 日 下午 3:04
回覆: 1