-
Notifications
You must be signed in to change notification settings - Fork 119
/
LuaMachine.uplugin
41 lines (41 loc) · 1013 Bytes
/
LuaMachine.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
36
37
38
39
40
41
{
"FileVersion": 3,
"Version": 1,
"VersionName": "20240424",
"FriendlyName": "LuaMachine",
"Description": "Expose a Lua api for your project",
"Category": "Scripting",
"CreatedBy": "Roberto De Ioris",
"CreatedByURL": "https://github.com/rdeioris",
"DocsURL": "https://github.com/rdeioris/LuaMachine",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/48a58a495c3f4d788fc9195bceff2ec8",
"SupportURL": "https://github.com/rdeioris/LuaMachine",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LuaMachine",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Mac",
"Win64",
"Linux",
"LinuxArm64",
"Android",
"IOS",
]
},
{
"Name": "LuaMachineEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Linux",
"Mac",
"Win64"
]
}
]
}