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
This plugin isn't out-of-the-box compatible with 3.1 but the fix is prety easy - its just updating the enums to have the enum type name. Here are ones I remember doing:
and so on. In general if you get an error then click the line and add Mode. before the enum value on that line. There are also errors reported for godot_inheritance_dock_plugin.gd but if I remember correctly they were just a side effect of the enum naming thing in inheritance_dock.gd
The text was updated successfully, but these errors were encountered:
youreperfect
changed the title
Fix 3.1 compatability
Fix 3.1 basic compatability
May 9, 2019
This plugin isn't out-of-the-box compatible with 3.1 but the fix is prety easy - its just updating the enums to have the enum type name. Here are ones I remember doing:
inheritance_dock.gd line 35
line 270:
line 280:
and so on. In general if you get an error then click the line and add
Mode.
before the enum value on that line. There are also errors reported for godot_inheritance_dock_plugin.gd but if I remember correctly they were just a side effect of the enum naming thing in inheritance_dock.gdThe text was updated successfully, but these errors were encountered: