Skip to content

Commit

Permalink
Update the Smartsuit.uplugin file to remove the IsBetaVersion flag (#67
Browse files Browse the repository at this point in the history
…) (#68)

Co-authored-by: Arni A <[email protected]>
  • Loading branch information
arnirokoko and arniasgeirsson authored Jul 31, 2024
1 parent 0a8f373 commit 1e8c1b2
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions Plugins/Smartsuit/Smartsuit.uplugin
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"FileVersion": 3,
"Version": 3,
"VersionName": "1.12.2",
"FriendlyName": "Rokoko Studio Live",
"Description": "Now you can use your Smartsuit Pro natively in Unreal! With Rokoko Studio Live you are able to stream and visualize Studio's Actor and Character data inside Unreal Engine.",
"Category": "Animation",
"CreatedBy": "Rokoko Electronics ApS",
"CreatedByURL": "https://www.rokoko.com",
"EngineVersion": ["5.0", "5.1", "5.2", "5.3", "5.4"],
"DocsURL": "https://github.com/Rokoko/rokoko-studio-live-unreal-engine/wiki/Rokoko-Studio-Live-Plugin-for-Unreal-Engine",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7e20fe7d4247410cb4f7d3e162d61c21",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"EnabledByDefault": true,
"Modules": [
{
"Name": "Smartsuit",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SmartsuitEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "LiveLinkCamera",
"Enabled": true
}
]
}
"FileVersion": 3,
"Version": 3,
"VersionName": "1.12.2",
"FriendlyName": "Rokoko Studio Live",
"Description": "Now you can use your Smartsuit Pro natively in Unreal! With Rokoko Studio Live you are able to stream and visualize Studio's Actor and Character data inside Unreal Engine.",
"Category": "Animation",
"CreatedBy": "Rokoko Electronics ApS",
"CreatedByURL": "https://www.rokoko.com",
"IsExperimentalVersion": false,
"DocsURL": "https://github.com/Rokoko/rokoko-studio-live-unreal-engine/wiki/Rokoko-Studio-Live-Plugin-for-Unreal-Engine",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7e20fe7d4247410cb4f7d3e162d61c21",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": true,
"EnabledByDefault": true,
"Modules": [
{
"Name": "Smartsuit",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SmartsuitEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "LiveLinkCamera",
"Enabled": true
}
]
}

0 comments on commit 1e8c1b2

Please sign in to comment.