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

Missing yarn_runner.gd #15

Open
codecat opened this issue Jan 16, 2024 · 2 comments
Open

Missing yarn_runner.gd #15

codecat opened this issue Jan 16, 2024 · 2 comments

Comments

@codecat
Copy link

codecat commented Jan 16, 2024

When I load the 4.x branch as an addon, I get this error:

Attempt to open script 'res://addons/gdyarn/yarn_runner.gd' resulted in error 'File not found'.

Looks like it comes from plugin.gd:

var Nodes: Dictionary = {
#name #parent #script #icon
"YarnRunner":
["Node", "res://addons/gdyarn/yarn_runner.gd", "res://addons/gdyarn/assets/runner.PNG"],

@kyperbelt
Copy link
Owner

Hey @codecat, I am currently in the process of upgrading the plugin to 4.X, and I am also upgrading to yarnspec 2.0+, which is taking a little while because I am not using antlr to handle the lexing/parsing.

I have not processed the yarn_runner script yet, but I am working on it. I will ping when I have something workable, but the plugin is far from stable and won't be for some time. If you are looking for a more stable plugin to use yarnspinner scripts with, I recommend the Official Godot Versrion which lets you use your Godot Scripts with the mono version of the engine.

@codecat
Copy link
Author

codecat commented Jan 22, 2024

Thanks! Yep I wanted to avoid using the .Net version of Godot but I ended up using the official implementation for now 😅

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