Skip to content

Commit

Permalink
Add config file for plugin packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mik14a committed Feb 2, 2018
1 parent 282c189 commit 551a4a9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 34 deletions.
3 changes: 3 additions & 0 deletions Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[FilterPlugin]
LICENSE
README.md
74 changes: 40 additions & 34 deletions VOX4U.uplugin
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3",
"FriendlyName": "VOX4U",
"Description": "MagicaVoxel VOX Format import plugin",
"Category": "Editor",
"CreatedBy": "mik14a / Admix Network",
"CreatedByURL": "https://github.com/mik14a",
"DocsURL": "https://github.com/mik14a/VOX4U/blob/master/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/mik14a/VOX4U",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "VOX4U",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "VOX4UEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ApexDestruction",
"Enabled": true
}
]
}
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3",
"FriendlyName": "VOX4U",
"Description": "MagicaVoxel VOX Format import plugin",
"Category": "Editor",
"CreatedBy": "mik14a / Admix Network",
"CreatedByURL": "https://github.com/mik14a",
"DocsURL": "https://github.com/mik14a/VOX4U/blob/master/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/mik14a/VOX4U",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "VOX4U",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "VOX4UEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "ApexDestruction",
"Enabled": true
}
]
}

0 comments on commit 551a4a9

Please sign in to comment.