heygleeson / godot-ldtk-importer

LDTK Importer for Godot 4
MIT License
115 stars 11 forks source link

Error: Drawing is only allowed inside NOTIFICATION_DRAW, _draw() function or 'draw' signal. #7

Open Nrosa01 opened 7 months ago

Nrosa01 commented 7 months ago

This error appears when importing or reimporting and it's annoying. Godot doesn't tell me which line throw it so I'm not sure where to start looking to fix it

image

heygleeson commented 7 months ago

Can you confirm your Godot version? My memory's not great but I think this was a bug related to Tilesets/Tilemaps in 4.0/4.1.

Nrosa01 commented 7 months ago

Oh, my godot version is 4.1.2, I guess I'll try 4.2, I was afraid of updating because I'm afraid of the unstability it can introduce