Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

File metadata and controls

17 lines (13 loc) · 1.23 KB

Insight is a Simple Message Server for Unity based on Mirror. It can operate on its network connection or alongside a NetworkMannager. Inspired by MasterServerFramework it can be expanded with flexible modules. Please see the Wiki for more detailed inforamtion.

Disclaimer

This software is currently alpha, and subject to change. Not to be used in production systems.

Requirements:

Mirror: https://github.com/vis2k/Mirror
Unity: 2018.2.20+

Versioning:

Insight is normally built to target the current monthly/Asset Store release of Mirror. If you have any questions/issues please visit the Mirror Discord #Insight channel for support.

Examples:

1. SimpleConnection - Shows an InsightServer autostart and a InsightClient autoconnect.
2. ChatModule - Sends messages to players anywhere in the game.
3. LoginModule - Simple user/pass verification.
4. MasterServer - Create games on demand or via a match maker.