Skip to content

Commit c1f6d40

Browse files
committed
chore: update uplugin version and other cleanup/additions
1 parent 16c7ad2 commit c1f6d40

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

ACLPlugin/ACLPlugin.uplugin

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"FileVersion": 3,
3-
"Version": 3,
4-
"VersionName": "0.5.0",
5-
"FriendlyName": "ACL",
6-
"Description": "Use the Animation Compression Library to compress AnimSequences",
3+
"Version": 16,
4+
"VersionName": "0.6.0",
5+
"FriendlyName": "Animation Compression Library",
6+
"Description": "Use the Animation Compression Library (ACL) to compress AnimSequences.",
77
"Category": "Animation",
88
"CreatedBy": "Nicholas Frechette",
9-
"CreatedByURL": "http://nfrechette.github.io/",
9+
"CreatedByURL": "https://nfrechette.github.io/",
1010
"DocsURL": "https://github.com/nfrechette/acl-ue4-plugin",
11-
"MarketplaceURL": "",
11+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/993b51e29e9a48d0b3fb449645b82cb6",
1212
"SupportURL": "https://github.com/nfrechette/acl-ue4-plugin",
13-
"EnabledByDefault" : true,
13+
"EnabledByDefault": true,
1414
"CanContainContent": true,
1515
"IsBetaVersion": true,
16-
"Installed": false,
17-
"Modules" :
16+
"EngineVersion": "4.24.0",
17+
"Modules":
1818
[
1919
{
2020
"Name": "ACLPlugin",
2121
"Type": "Runtime",
22-
"LoadingPhase": "PostConfigInit"
22+
"LoadingPhase": "PostConfigInit",
23+
"BlacklistPlatforms": []
2324
}
2425
]
2526
}

0 commit comments

Comments
 (0)