Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelIndieDev authored Jan 5, 2025
1 parent 47667f7 commit cc6179e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
Binary file modified Content/Demo/DemoLevel.umap
Binary file not shown.
Binary file modified Content/Demo/Materials/Shader/VertexLightingMaterialShader.uasset
Binary file not shown.
Binary file modified Content/Demo/Player/Mesh/Manny_Lowpoly.uasset
Binary file not shown.
Binary file modified Content/Logic/VertexLightingMaterialParameterCollection.uasset
Binary file not shown.
Binary file modified Content/Logic/VertexLights_MaterialFunction.uasset
Binary file not shown.
9 changes: 5 additions & 4 deletions VertexLightingPlugin.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"VersionName": "1.1",
"FriendlyName": "Vertex Lighting Plugin",
"Description": "Easily integrate vertex lighting into your Unreal Engine projects with just a few clicks.",
"Category": "Lighting",
Expand All @@ -10,14 +10,15 @@
"DocsURL": "https://pixelindiedev.github.io/Vertex-Lighting-Plugin-For-Unreal-Engine-5/",
"MarketplaceURL": "https://github.com/PixelIndieDev/Vertex-Lighting-Plugin-For-Unreal-Engine-5",
"SupportURL": "@PixelIndieDev",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "MeshPainting",
"Enabled": true
}
]
],
"NoCode": true
}

0 comments on commit cc6179e

Please sign in to comment.