forked from neil3d/UAnimatedTexture4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnimatedTexture.uplugin
More file actions
45 lines (45 loc) · 1.13 KB
/
AnimatedTexture.uplugin
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.4.2",
"FriendlyName": "Animated Texture with GIF Importer",
"Description": "Import Animated GIF as a new AnimtedTexture asset type",
"EngineVersion": "4.22.0",
"Category": "Rendering",
"CreatedBy": "neil3d",
"CreatedByURL": "http://neil3d.github.io",
"DocsURL": "https://neil3d.github.io/coding/anim-texture.html",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4e16df6426df4096aff1f67e3084b929",
"SupportURL": "http://neil3d.github.io",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "AnimatedTexture",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Android",
"IOS",
"Mac",
"Win32",
"Win64",
"Linux"
]
},
{
"Name": "AnimatedTextureEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Android",
"IOS",
"Mac",
"Win32",
"Win64",
"Linux"
]
}
]
}