Skip to content

Releases: pubnub/unity-chat

v0.4.3

02 Apr 17:49
78876ed
Compare
Choose a tag to compare

April 02 2025

Fixed

  • Fixed an issue where on Mac user.CustomData would still show up as improperly linked.
  • Fixed an issue where limit > 100 would cause a C-Core assert to crash the application.
  • Fixed an issue where in C-Core GetMessageHistory() didn't clear message buffer causing error on subsequent calls.

v0.4.2

31 Mar 17:24
1fd3b33
Compare
Choose a tag to compare

March 31 2025

Fixed

  • Imported a fix to an edge-case race condition in C-Core EE.
  • Fixed an issue where user.CustomData() was improperly linked on C++ side.

v0.4.0

04 Mar 15:11
8d90608
Compare
Choose a tag to compare

March 04 2025

Added

  • Ported over Event Engine functionality from C-Core to internal Chat logic.

v0.3.1

25 Feb 12:32
73abbba
Compare
Choose a tag to compare

February 25 2025

Added

  • Added SetAuthToken(), ParseToken(), and SetPubnubOrigin() methods to ChatAccessManager class.
  • Added OriginalMessageText property to Message object containg pre-edits message text.
  • Added option to not provide channel ID when creating a new conversation - a random ID will be generated in such cases.