About 'Smooth Simulated Proxies'!

We would love to know…

  • What you found good about this lecture?
  • What we could do better?

Remember that you can reply to this topic, or create a new topic. The easiest way to create a new topic is to follow the link in Resources. That way the topic will…

  • Be in the correct forum (for the course).
  • Be in the right sub-form (for the section)
  • Have the correct lecture tag.

Enjoy the your stay in our thriving community!

Hello Sam
in this lecture you replicated the variable Velocity, without replication it will be Zero for the Simulated Proxy
but without replication Simulated Proxy can use Tick() and UpdateLocationFromVelocity(DeltaTime) functions ?

Ahha!! as I guess we use RPC for to send data Server and Replication is the act of the Server passing the data to all Clients
we use RPC for Authority and Replication for Simulated Proxy. is it right?

  1. If Server update is a once in every second, how it’s possible Velocity data update more faster between Server updates, to do simulation and interpolation ?
    how it’s work ?
    Replicated variables replicates Immediately and don’t need to send from the Server, does not it ?
    or Simulated Proxy gets update not only from the Client-Authority it also gets update from the Client?

  2. few lectures ago we use RPC for to send message Client-Authority and update input data. but how does it know about Velocity ?
    Client-Authority can use Velocity without Replication and Simulated Proxy does’t ?

Privacy & Terms