CreggHancock / HolePuncher

UDP Holepunch plugin for Godot
MIT License
142 stars 34 forks source link

Make it work with Godot 4.2.2 #14

Open sirikon opened 6 months ago

sirikon commented 6 months ago

Hi there! We've been adapting the script to make it work properly on Godot 4.2.2. Here are the changes we had to introduce to make it work for us.

Hope this is useful!

btarg commented 1 month ago

I'd really like to try this to get seamless working multiplayer in Godot 4 stable! Edit: I am concerned however about using such an old Python version and dependencies for the server. Maybe the server can be rewritten in modern python or another language instead?