You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W 0:00:25:0936 This method has been deprecated and will be removed in the future <C Source> scene/resources/texture.cpp:232 @ load() <Stack Trace> Controller.gd:79 @ _on_OpenFileDialog_file_selected()
W 0:00:25:0936 This method has been deprecated and will be removed in the future <C Source> scene/resources/texture.cpp:232 @ load() <Stack Trace> Controller.gd:79 @ _on_OpenFileDialog_file_selected()
Said line being:
tex.load(path)
Looking at https://docs.godotengine.org/en/3.1/classes/class_imagetexture.html it seems
create_from_image
is the function that should be used in future? UnlessImageTexture
itself is being deprecated, of course.The text was updated successfully, but these errors were encountered: