Search Unity

Compax - Messaging System

Discussion in 'Assets and Asset Store' started by MorCompediaNet, May 13, 2018.

  1. MorCompediaNet

    MorCompediaNet

    Joined:
    Jan 22, 2017
    Posts:
    21
    Compax is a lightweight decoupled inter-component communication system for Unity.

    Compax allows you to pass “Messages” between different scene objects without requiring any references to said object, in a way that the sender has no knowledge of the recipient of the message, and the recipient has no knowledge of the sender, thus creating complete decoupling between sender and receiver.

    You can find it here:
    https://assetstore.unity.com/packages/tools/utilities/compax-messaging-system-116880



    This asset is a very extensible base system that can be extended to support advanced features such as:
    • Networked Messaging via IOT
    • State Machines
    • Automated Testing (Not unit testing)
    • WPF-like Data Binding
    • Etc.
    All these features are currently being developed by Compedia as extension modules of the package and will be released in the future.
    Data binding is already available as an example in this package!

    Oh, and did we mention the package is free?
    Knock yourself out.

    This plugin has been developed by Compedia Ltd. and is being actively used and developed as part of the infrastructure in our VR, 3D, AR and other applications.

    (Instructional videos coming soon)
     
    Mark_01 and mgear like this.
  2. Deril

    Deril

    Joined:
    Feb 14, 2015
    Posts:
    6
    Is this package still alive?