Rebrand Unity RabbitMQ packages #1

Merged
caleb-brown merged 1 commit from t3code/rebrand-rabbitmq-packages into main 2026-08-03 09:55:34 -04:00
Owner

Summary

  • Add the RabbitMQ relay and FlatBuffers UPM packages.
  • Use com.calebbrown.rabbitmq package IDs.
  • Use UnityRabbitMQ.Relay assembly and namespace names.
  • Remove the SLOTS, UDRI, XRT, and Winch-specific content.
  • Preserve Unity metadata, samples, bundled libraries, and third-party notices.

Validation

  • Parsed the package manifests and assembly definitions.
  • Ran npm pack --dry-run for both packages.
  • Confirmed that the removed labels do not remain.
  • Confirmed that bundled library hashes match the source copy.

Known issue

Unity cannot load RabbitMQ.Client because the copied package does not include System.Runtime.CompilerServices.Unsafe 6.0.0. The Unity test runner could not execute the tests.

## Summary - Add the RabbitMQ relay and FlatBuffers UPM packages. - Use `com.calebbrown.rabbitmq` package IDs. - Use `UnityRabbitMQ.Relay` assembly and namespace names. - Remove the SLOTS, UDRI, XRT, and Winch-specific content. - Preserve Unity metadata, samples, bundled libraries, and third-party notices. ## Validation - Parsed the package manifests and assembly definitions. - Ran `npm pack --dry-run` for both packages. - Confirmed that the removed labels do not remain. - Confirmed that bundled library hashes match the source copy. ## Known issue Unity cannot load `RabbitMQ.Client` because the copied package does not include `System.Runtime.CompilerServices.Unsafe` 6.0.0. The Unity test runner could not execute the tests.
- Add configurable RabbitMQ relay authoring, runtime, editor tooling, and tests
- Add FlatBuffers payload codec support with typed publishing extensions
- Bundle the FlatBuffers runtime through Git LFS
caleb-brown deleted branch t3code/rebrand-rabbitmq-packages 2026-08-03 09:55:34 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
caleb-brown/unity-rabbitmq!1
No description provided.