-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathOpenRTSCamera.uplugin
35 lines (35 loc) · 952 Bytes
/
OpenRTSCamera.uplugin
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
{
"CanContainContent": true,
"Category": "Gameplay",
"CreatedBy": "Jesus Bracho",
"CreatedByURL": "https://github.com/HeyZoos",
"Description": "An Unreal Engine 5 open-source RTS/MOBA camera implementation that aims to be fully featured, customizable and dependable",
"DocsURL": "https://github.com/HeyZoos/OpenRTSCamera/wiki",
"EnabledByDefault": true,
"EngineVersion": "5.3.0",
"FileVersion": 3,
"FriendlyName": "OpenRTSCamera",
"Installed": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/94e9872ad3754e798b6ec53f4494f5de",
"Modules": [
{
"Name": "OpenRTSCamera",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
],
"SupportURL": "https://github.com/HeyZoos/OpenRTSCamera/issues",
"Version": 1,
"VersionName": "0.21.0"
}