Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 766 Bytes

File metadata and controls

15 lines (14 loc) · 766 Bytes

Study

unity

see branches

  • photon experiment with SimpleKCC
    seems like host migration support in SimpleKCC is either quite poor or I miss something
    for the purposes of learning a framework SimpleKCC is overcomplicated, use NetworkTransform
  • photon experiment bare
    . entities, components, systems talk to each other via an event bus
    . services are initialized on the app start and fetched via a locator
    . avatars can run around and shoot arrows at each other
    . arrows are dropped and can be picked up
    . arrows are pooled for the both cases
    . supports rejoining to session
    . supports host migration