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
After installing and enabling the plugin, I get the following error traces when opening the window to add a new node to a scene:
Attempt to open script 'res://addons/utility_ai/considerations/consideration.gd' resulted in error 'File not found'.
Failed loading resource: res://addons/utility_ai/considerations/consideration.gd. Make sure resources have been imported by opening the project in the editor at least once.
Attempt to open script 'res://addons/utility_ai/considerations/consideration_from_node.gd' resulted in error 'File not found'.
Failed loading resource: res://addons/utility_ai/considerations/consideration_from_node.gd. Make sure resources have been imported by opening the project in the editor at least once.
Attempt to open script 'res://addons/utility_ai/actions/action.gd' resulted in error 'File not found'.
Failed loading resource: res://addons/utility_ai/actions/action.gd. Make sure resources have been imported by opening the project in the editor at least once.
Attempt to open script 'res://addons/utility_ai/agent/agent.gd' resulted in error 'File not found'.
Failed loading resource: res://addons/utility_ai/agent/agent.gd. Make sure resources have been imported by opening the project in the editor at least once.
Attempt to open script 'res://addons/utility_ai/utility_ai_base.gd' resulted in error 'File not found'.
Failed loading resource: res://addons/utility_ai/utility_ai_base.gd. Make sure resources have been imported by opening the project in the editor at least once.
The text was updated successfully, but these errors were encountered:
Thanks for the report, and sorry that it's taken me a while to look at this.
I've just tried to reproduce this with a fresh install of Godot 4.1.3 and an installation of the plugin from the Asset Library, and I don't see any errors. Could you please provide some more information about where you got the plugin from and how you installed it?
The paths in your trace are really surprising to me, because they refer to files that I thought I purged completely from the repository... I can't find any reference to those paths anywhere.
After installing and enabling the plugin, I get the following error traces when opening the window to add a new node to a scene:
The text was updated successfully, but these errors were encountered: