LuckyWorldV2/Plugins/LuckyMujoco/LuckyMujoco.uplugin
Vyktori 9f7b132064 SOArm100 / UI Updates
- Added Distance values to the Top and Side camera
- Added input control to camera values on SOArm100
- Top camera now gets its distance from the floor (top of table)
2025-04-25 10:43:03 -04:00

43 lines
790 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LuckyMujoco",
"Description": "LuckyMujoco Plugin for Unreal Engine",
"Category": "Other",
"CreatedBy": "Nazmi Acat",
"CreatedByURL": "nzmacat@gmail.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LuckyMujoco",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LuckyMujocoEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "StateTree",
"Enabled": true
},
{
"Name": "GameplayStateTree",
"Enabled": true
}
]
}