mirror results - overlord-supreme/checkers GitHub Wiki
- Works just like the old Unity networking!
- Adds "network-equivalent"
NetworkedBehavior
(MonoBehavior
), etc. - No separate scripts:
Server
andClient
are the same script - Open source, free project
- Requires port-forwarding on both participants
- is using peer-to-peer networking
- Lots of new classes, but nothing unusual for a Unity project