LuckyWorld/Plugins/LuckyMujoco/LuckyMujoco.uplugin
Behron 3e39a34a7a Finished fixing merge conflicts and touched up camera settings.
More merge conflicts. Taking main changes then will integrate mine.
2025-04-14 11:49:18 -06:00

39 lines
733 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": "CPathfinding",
"Enabled": true
}
]
}