Post #1339570
2026-04-17 21:27 UTC
still no idea how to transmit data over the internet in #godot, can someone please help me? the docs make no sense, i'm just trying to transfer the contents of an array
:boost_request:
Replies (2)
-
@ludrol@app.wafrn.net 2026-04-17 22:14
@godot@programming.dev @gemini0@labyrinth.zone try asking in @godot https://programming.dev/c/godot (You can post to the community from mastodon* but the first line will be interpreted as the title) *and friends #godot
-
@rootkitty@yiff.life 2026-04-17 23:03
@gemini0 the ideal solution is to represent all that data as nodes/objects and sync that over the network via the high level functions sending raw data is harder, but I can help