-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_list.json
More file actions
66 lines (66 loc) · 2.05 KB
/
plugin_list.json
File metadata and controls
66 lines (66 loc) · 2.05 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"name": "AMD FidelityFX",
"tag": "Graphics",
"description": "A cutting edge super-optimize spatial upsampling technology that produces impressive image quality at fast framerates",
"url": "https://github.com/FlaxEngine/FidelityFX-FSR",
"moduleName": "FidelityFXFSR",
"projectFile": "FidelityFX-FSR.flaxproj"
},
{
"name": "Flax Collaborate",
"tag": "Editor",
"description": "A little plugin that let multiple peoples edit the same scene simultaneously",
"url": "https://github.com/FlaxCommunityProjects/FlaxCollaborate",
"projectFile": "FlaxCollaborate.flaxproj"
},
{
"name": "HeroCrab Plugin",
"tag": "Network",
"description": "An authoritative network messaging framework for use in multi-player",
"url": "https://github.com/herocrab/HeroCrabPlugin",
"branch": "main",
"moduleName": "HeroCrabPlugin",
"projectFile": "HeroCrabPlugin/HeroCrabPlugin.flaxproj"
},
{
"name": "Journal",
"tag": "Utility",
"description": "Console for Flax Engine with command handling",
"url": "https://github.com/Crawcik/Journal",
"moduleName": "Journal",
"projectFile": "Journal.flaxproj"
},
{
"name": "Online Platform Steam",
"tag": "Network",
"description": "Online platform implementation of Steam for games made with Flax Engine",
"url": "https://github.com/FlaxEngine/OnlinePlatformSteam",
"moduleName": "OnlinePlatformSteam",
"projectFile": "OnlinePlatformSteam.flaxproj",
"platforms": [
"Windows",
"Linux",
"Mac"
]
},
{
"name": "Online Platform Xbox Live",
"tag": "Network",
"description": "Online platform implementation of Xbox Live for games made with Flax Engine",
"url": "https://github.com/FlaxEngine/OnlinePlatformXboxLive",
"moduleName": "OnlinePlatformXboxLive",
"projectFile": "OnlinePlatformXboxLive.flaxproj",
"platforms": [
"XboxOne",
"XboxScarlett"
]
},
{
"name": "UE4 Content Importer",
"tag": "Editor",
"description": "Plugin for working with UE4 assets",
"url": "https://github.com/chicken-with-lips/flax-plugin-ue4-utilities",
"projectFile": "UE4ContentImporter.flaxproj"
}
]