Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question about Boss Room

Discussion in 'Netcode for GameObjects' started by bajabes2, Aug 20, 2021.

  1. bajabes2

    bajabes2

    Joined:
    Jul 25, 2018
    Posts:
    3
    Hi all,

    Does the Boss Room demo project implement client-side prediction and server reconciliation? I read this article series. It seems like a gentle introduction and I did peruse the javascript code from the demo they provide. But they only deal with 1D movement. I was looking for an example that was slightly more complicated than that. Before I dived into the Boss Room project, I was wondering if someone could save me some time before figuring that out for myself.
     
  2. luke-unity

    luke-unity

    Joined:
    Sep 30, 2020
    Posts:
    306
    Boss Room does not use client-side prediction and reconciliation (reconciliation is actually a client side process).