I have a very dynamic ocean material based on gerstner equations that I would like to sync between server and all connected clients.
The equations are generated using the material “time” node which I know starts at runtime and keeps increasing.
Basically what I want is when a client connects it should ask the server for it’s current “time” and then set that as the starting point for the client’s own “time”.
I only applied the difference as an offset to the client’s own material time. Didn’t really need to have the actual outcome time. Just needed the offset.