Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 399 Bytes

Photon Dissector

Photon Unity Networking (PUN) is a Unity package that handles the networking of multiplayer games.

Milestones

  • Bind the dissector to Photon's packets
  • Dissect the packet headers
  • For every command contained in the packet dissect:
    • The Command's Header
    • The Command's Payload
  • Delegate dissection of game-specific data to sub-dissectors