daleblackwood / goshapes

Intuitive path-based level editing for Godot 4
MIT License
124 stars 16 forks source link

Error after installing the addon (Godot 4.2) #10

Closed dimixar closed 1 week ago

dimixar commented 7 months ago

I've got an error after installing this addon in my project.

It says that it cannot call _init() function from the parent class. After a short investigation it seems like it cannot call the _init() function from Shaper class which is a base Resource class.

It seems like the Resource class doesn't have any builtin _init() function. And the errors disappeared after adding an empty _init() function in Shaper class. So if this doesn't break anything else in the addon, it should be an easy fix.

Screenshot with logs:

image
darkhog commented 3 months ago

Can confirm. Shame as it seems like a nice addon that would compliment Cyclops Level Builder for me.

@daleblackwood could you please take a look?