Will

Results 80 comments of Will

I now have no errors at all somehow! 🥳

Perhaps a regression from: https://github.com/godotengine/godot/issues/19943

Hmm let me check that, this was a snippet of code which I found to reproduce it.

The following code: ```gdscript @tool extends Polygon2D func _draw(): var poly = get_polygon() if not len(poly): return for i in range(1, poly.size() - 1): draw_line(poly[i-1], poly[i], 1, 1) ``` Crashes...

> These variables are not available when following your instructions, so it will not run As I mentioned, this was a code snippet, not the original full code as to...

The above MRP gives me the following error (when run from `_ready`) ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Godot [69779] Path: /Applications/Godot.app/Contents/MacOS/Godot Identifier: org.godotengine.godot Version: 4.0 (4.0) Code...

@AThousandShips while I thank you for checking my codebase, The full source is listed above without missing functionality. I'm a little busy trying to convert numerous libs to Godot4 right...

Unfortunately as I mentioned before I don't get any time to do Godot stuff at the moment, maybe in a month or so