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

Ink import gets deleted/FileSystem pane no longer displays Ink files #77

Open
jairenee opened this issue Dec 1, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@jairenee
Copy link

jairenee commented Dec 1, 2023

Describe the bug
I ran a build a few times. In between steps, the game screen started no longer displaying the ink contents. I realized after stopping the run that the ink file was no longer present in the resource pane (despite being in the folder), which explained why the ink file was no longer being displayed. I can no longer import the ink file, as the ink file is unable to be displayed in the resource pane, no matter what is done to restore it. It simply reports that the resource could not be found.

In the output pane, I see the following relevant messages repeated over and over:

Unimplemented _get_recognized_extensions in add-on.
Unimplemented _get_recognized_extensions in add-on.
Unimplemented _get_importer_name in add-on.
Unimplemented _get_importer_name in add-on.

To Reproduce
I used the emoji ink file with the getting started guide. The error occurred in between adding the button logic and adding the lines to clear the screen when continuing the story. I don't know if that's relevant, but that's when I encountered the issue.

Environment

  • OS: Mac OS 14.0 M1 Mac Mini
  • Godot version: 4.2-mono
  • godot-ink version: 1.1.0
  • ink version: 1.1.1

Additional context
This is a fresh install, and fresh project. There were no other changes made to the project besides the steps directed in the getting started guide.

@jairenee jairenee added the bug Something isn't working label Dec 1, 2023
@jairenee
Copy link
Author

jairenee commented Dec 1, 2023

Scrolling, these lines were also present:
Unimplemented _get_visible_name in add-on.
Unimplemented _get_import_options in add-on.

@jairenee
Copy link
Author

jairenee commented Dec 1, 2023

I disabled the Ink plugin. When I went to reenable it I got this error:
GodotInk could not be loaded.
Make sure your .csproj file references GodotInk.props, and rebuild the solution.

.csproj contains GodotInk.props, and the project has been built. The plugin can no longer be enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant