KoBeWi / Metroidvania-System

General-purpose framework for creating metroidvania games in Godot.
https://godotengine.org/asset-library/asset/2301
MIT License
979 stars 46 forks source link

Backport for Godot 3.5 #59

Open PPBoxHead opened 3 weeks ago

PPBoxHead commented 3 weeks ago

Hello, I was wondering if a backport to 3.5 or 3.6 versions would be to hardful to make and what kind of 4.x dependencies this addons rely on to give it a try myself in case it's possible. (Sorry my english)

KoBeWi commented 3 weeks ago

Here's a (likely non-exhaustive) list of used features that don't exist in 3.x:

I think all of them have some (worse) equivalents or workarounds in Godot 3, but obviously replacing all that is going to be lots of work and will result in much less type-safe and less robust code. Porting an earlier version of the addon could be easier, due to less complexity. So while it's not impossible, I'd advise against doing that.