Skip to content

Commit 4e78369

Browse files
Add code snippets + Pubnub initialization utility method (#119)
* adapt C# samples for Unity, add PubnubUnityUtils.NewUnityPubnub() utility method * move snippets to be excluded from package export * import latest C# DLL * PubNub SDK v9.1.0 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent ddf5f23 commit 4e78369

File tree

85 files changed

+4402
-21038
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+4402
-21038
lines changed

codacy.yml renamed to .codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ exclude_paths:
55
- '**/PlayModeTests/**'
66
- '**/ThirdParty/**'
77
- '**/Crypto/MD5.*'
8+
- '**/Snippets/**'
89

.pubnub.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
2-
version: v9.0.1
2+
version: v9.1.0
33
changelog:
4+
- date: 2025-07-08
5+
version: v9.1.0
6+
changes:
7+
- type: feature
8+
text: "Added the PubnubUnityUtils.NewUnityPubnub() method to streamline creating Pubnub instances with Unity-specific settings outside of PNManagerBehaviour."
9+
- type: feature
10+
text: "Implemented an in-house CBOR solution for ParseToken() handling to reduce total SDK+dependencies size."
11+
- type: bug
12+
text: "Improved parsing of file download errors to be properly set in operation status ErrorData."
13+
- type: improvement
14+
text: "Updated log type from Error to Warn for TaskCanceledException."
415
- date: 2025-05-30
516
version: v9.0.1
617
changes:
@@ -779,7 +790,7 @@ sdks:
779790
distribution-type: package
780791
distribution-repository: git release
781792
package-name: PubNub.unitypackage
782-
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
793+
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
783794
requires:
784795
-
785796
name: "UnityEditor"
@@ -911,7 +922,7 @@ sdks:
911922
distribution-type: package
912923
distribution-repository: git release
913924
package-name: PubNub.unitypackage
914-
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
925+
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
915926
requires:
916927
-
917928
name: "UnityEditor"
Binary file not shown.

PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.dll.meta

Lines changed: 0 additions & 75 deletions
This file was deleted.

PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.xml

Lines changed: 0 additions & 6997 deletions
This file was deleted.
Binary file not shown.

PubNubUnity/Assets/PubNub/Runtime/Plugins/Numbers.dll.meta

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)