crystal-bit / godot-game-template

Generic template for Godot games
MIT License
598 stars 47 forks source link

Porting the template to godot 4 #76

Closed xShader1374 closed 9 months ago

xShader1374 commented 1 year ago

Would it be possible to port the template in godot 4? I use godot 4 and i'd like to be able to use the template too!

davcri commented 1 year ago

Hi @xShader1374, I'll consider porting the template to Godot 4 when there will be an official stable release. Probably I'll start a Godot 4 branch (like I did for Defending Todot) but it will be unofficial until Godot 4 gets a stable release.

Alvarden15 commented 1 year ago

Hello. Sorry for the late reply and i'm not sure if you already knew, but the official stable release is now here and recently they released its first maintenance release, so i'm curious about the status of the Godot 4 port: https://godotengine.org/article/maintenance-release-godot-4-0-1/

davcri commented 1 year ago

Hi @Alvarden15 thanks for the message.

Yes I'm aware of Godot 4 and I'm currently working on a couple of projects with it (one of them is open source, the other one is private).

I'll take on this issue once I have a better idea of the needed utilities for Godot v4.0.

davcri commented 10 months ago

An initial version with support for Godot 4 has been published in the feature/godot4 branch