-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathUnrealRoboticsLab.uplugin
More file actions
43 lines (43 loc) · 1.03 KB
/
UnrealRoboticsLab.uplugin
File metadata and controls
43 lines (43 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1-alpha",
"FriendlyName": "Unreal Robotics Lab (URLab)",
"Description": "MuJoCo physics simulation plugin for Unreal Engine — drag-and-drop MJCF import, 40+ sensors, ZMQ networking, debug visualization, and record/replay.",
"Category": "Simulation",
"CreatedBy": "Jonathan Embley-Riches",
"CreatedByURL": "https://github.com/URLab-Sim",
"DocsURL": "https://urlab-sim.github.io/UnrealRoboticsLab/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/URLab-Sim/UnrealRoboticsLab/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": true,
"Modules": [
{
"Name": "URLab",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "URLabEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}