mirror of
https://github.com/godotengine/godot-old-gsoc-ideas.git
synced 2026-01-06 06:10:24 +03:00
Added networking topics discussed with Fabio
This commit is contained in:
@@ -73,3 +73,9 @@
|
||||
* Reactive music (similar to how WWise works)
|
||||
* Audio Graph AudioStream (so sound engineers can create complex setups connecting streams and effect nodes)
|
||||
|
||||
### Networking
|
||||
|
||||
* Add helper node that simplifies synchronization (NetworkSync), so you can specify different properties to track and how to synchronize them (reliable, unreliable, discrete, continuous, interpolation modes, etc). Even replication (synchronize when instantiated).
|
||||
* Add API in base networking to make it easier to do replication using the above node (needs to be whitelisted).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user