Skip to content

Commit

Permalink
Fix compatibility with SDK 3.4.0
Browse files Browse the repository at this point in the history
3.4.0 Fix
  • Loading branch information
BocuD authored Oct 15, 2023
2 parents 5d23cea + 7ed509b commit 21e8fd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public async Task<bool> ApplyBlueprintChanges(ApiModel blueprint)
blueprint.Save(
c =>
{
if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploaded(blueprint, true);
else AnalyticsSDK.WorldUploaded(blueprint, true);
//if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploaded(blueprint.id, true);
//else AnalyticsSDK.WorldUploaded(blueprint.id, true);
doneUploading = true;
success = true;
},
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.bocud.vrcapitools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.bocud.vrcapitools",
"version": "0.3.0",
"version": "0.4.0",
"displayName": "VRChatApiTools",
"author": {
"name": "BocuD",
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.bocud.vrcapitools/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit 21e8fd5

Please sign in to comment.