Skip to content

Commit

Permalink
Change plugin loading phase - fix not working threads when plugin was…
Browse files Browse the repository at this point in the history
… added from marketplace.
  • Loading branch information
KGronek-Pubnub committed Oct 2, 2024
1 parent 469bb9b commit ac0d4df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PubnubLibrary.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 6,
"VersionName": "0.1.5",
"Version": 7,
"VersionName": "0.1.6",
"FriendlyName": "Pubnub Unreal SDK",
"Description": "Quickly add interactive features to your game that scale without building your backend infrastructure.",
"Category": "Code",
Expand All @@ -22,7 +22,7 @@
{
"Name": "PubnubLibrary",
"Type": "Runtime",
"LoadingPhase": "Default",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac"
Expand Down

0 comments on commit ac0d4df

Please sign in to comment.