Skip to content

Commit 21e8fd5

Browse files
authored
Fix compatibility with SDK 3.4.0
3.4.0 Fix
2 parents 5d23cea + 7ed509b commit 21e8fd5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Packages/com.bocud.vrcapitools/Editor/VRChatApiUploaderAsync.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public async Task<bool> ApplyBlueprintChanges(ApiModel blueprint)
8080
blueprint.Save(
8181
c =>
8282
{
83-
if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploaded(blueprint, true);
84-
else AnalyticsSDK.WorldUploaded(blueprint, true);
83+
//if (blueprint is ApiAvatar) AnalyticsSDK.AvatarUploaded(blueprint.id, true);
84+
//else AnalyticsSDK.WorldUploaded(blueprint.id, true);
8585
doneUploading = true;
8686
success = true;
8787
},

Packages/com.bocud.vrcapitools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.bocud.vrcapitools",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"displayName": "VRChatApiTools",
55
"author": {
66
"name": "BocuD",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

0 commit comments

Comments
 (0)