Features v1.1.0
- mqtt:// and mqtts:// (SSL) protocols
- Unity MQTT clients
- Unity MQTT broker
- Configurable IP, port, and user credentials
- Message publishing
- Message subscription
- Primitive data types in messages (int, float, bool, string)
- Unity types in messages (Vector3, Quaternion, Color)
- Conditional subscriptions (i.e. compare message to string and do A or B)
- Publishing messages from a TMP_InputField
- Publishing trigger and collision events
- Setting up user/password if Unity app is the broker
- Conditional subscribers (>, >=, <, <=, !=, ==, in interval, outside interval) for float messages
This package does not yet support
- Websockets