unity
see branches
- photon experiment with
SimpleKCC
seems like host migration support inSimpleKCCis either quite poor or I miss something
for the purposes of learning a frameworkSimpleKCCis overcomplicated, useNetworkTransform - 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