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
I'm beginning work on prototyping a small game idea.
I created a simple "box" sprite with 3 frames in Aseprite.
On attempting to import using Aseprite -> Sprite3D with AnimationPlayer I receive this error for every sprite frame:
res://addons/nklbdev.importality/import/sprite_3d_with_animation_player.gd:35 - Invalid get index 'sptite' (on base: 'RefCounted (FrameInfo)').
Using the following versions:
Godot v4.2.2.stable.official [15073afe3] (standalone from the site, no .NET)
Aseprite 1.3.7-x64 (from Steam)
Plugin downloaded from the repository
I've tried reloading Godot and then reimporting, but continue to get the same error message.
I've also cleared out any of the import files from /.godot/ and next to the aseprite file in the /sprites/ directory.
Any assistance is greatly appreciated!
The text was updated successfully, but these errors were encountered:
I'm beginning work on prototyping a small game idea.
I created a simple "box" sprite with 3 frames in Aseprite.
On attempting to import using
Aseprite -> Sprite3D with AnimationPlayer
I receive this error for every sprite frame:Using the following versions:
Godot v4.2.2.stable.official [15073afe3] (standalone from the site, no .NET)
Aseprite 1.3.7-x64 (from Steam)
Plugin downloaded from the repository
I've tried reloading Godot and then reimporting, but continue to get the same error message.
I've also cleared out any of the import files from
/.godot/
and next to the aseprite file in the/sprites/
directory.Any assistance is greatly appreciated!
The text was updated successfully, but these errors were encountered: