luckyworld/Plugins/LuckyMujoco/LuckyMujoco.uplugin

35 lines
678 B
Plaintext
Raw Normal View History

2025-03-18 19:25:25 +01:00
{
"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
}
]
}