Download Latest Version MercuryMessaging 4.0.0 source code.tar.gz (504.6 MB)
Email in envelope

Get an email when there's a new version of MercuryMessaging

Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
MercuryMessaging-4.0.0.unitypackage 2025-12-17 1.3 MB
MercuryMessaging 4.0.0 source code.tar.gz 2025-12-17 504.6 MB
MercuryMessaging 4.0.0 source code.zip 2025-12-17 511.2 MB
README.md 2025-12-17 859 Bytes
Totals: 4 Items   1.0 GB 0

MercuryMessaging 4.0.0

What's New

Fluent DSL API

Modern chainable API reducing code by 77%:

:::csharp
// Before
relay.MmInvoke(MmMethod.MessageString, "Hello", 
    new MmMetadataBlock(MmLevelFilter.Child));

// After
relay.Send("Hello").ToChildren().Execute();

12 Complete Tutorials

  • Tutorials 1-5: Core messaging concepts
  • Tutorials 6-7: FishNet & Fusion 2 networking
  • Tutorials 8-10: FSM, Tasks, App State
  • Tutorials 11-12: Advanced networking, VR experiments

Performance

  • 2-2.2x frame time improvement
  • Up to 1000 msg/sec throughput

Unity Compatibility

Version Unity Support
4.0.0 Unity 6.0+ LTS
3.0.0 Unity 2021-2023

Documentation

Source: README.md, updated 2025-12-17