Skip to content

Commit cc6179e

Browse files
Add files via upload
1 parent 47667f7 commit cc6179e

7 files changed

Lines changed: 13 additions & 4 deletions

Config/FilterPlugin.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[FilterPlugin]
2+
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
3+
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
4+
;
5+
; Examples:
6+
; /README.txt
7+
; /Extras/...
8+
; /Binaries/ThirdParty/*.dll

Content/Demo/DemoLevel.umap

-160 Bytes
Binary file not shown.
-13 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

VertexLightingPlugin.uplugin

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.0",
4+
"VersionName": "1.1",
55
"FriendlyName": "Vertex Lighting Plugin",
66
"Description": "Easily integrate vertex lighting into your Unreal Engine projects with just a few clicks.",
77
"Category": "Lighting",
@@ -10,14 +10,15 @@
1010
"DocsURL": "https://pixelindiedev.github.io/Vertex-Lighting-Plugin-For-Unreal-Engine-5/",
1111
"MarketplaceURL": "https://github.com/PixelIndieDev/Vertex-Lighting-Plugin-For-Unreal-Engine-5",
1212
"SupportURL": "@PixelIndieDev",
13-
"EngineVersion": "5.5.0",
1413
"CanContainContent": true,
1514
"IsBetaVersion": true,
16-
"Installed": true,
15+
"IsExperimentalVersion": false,
16+
"Installed": false,
1717
"Plugins": [
1818
{
1919
"Name": "MeshPainting",
2020
"Enabled": true
2121
}
22-
]
22+
],
23+
"NoCode": true
2324
}

0 commit comments

Comments
 (0)