Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when opening the window to add a shild node (Godot 4.1.3) #2

Open
joshcoppola opened this issue Nov 13, 2023 · 1 comment
Open

Comments

@joshcoppola
Copy link

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.
@Pennycook
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants