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
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: