Add new plugins, refactor exp, introduce stat forge to replace GAS
This commit is contained in:
27
Plugins/NoiseMapGenerator/NoiseMapGenerator.uplugin
Normal file
27
Plugins/NoiseMapGenerator/NoiseMapGenerator.uplugin
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0.0",
|
||||
"FriendlyName": "Noise Map Generator",
|
||||
"Description": "Bake tiling noise textures with live preview.",
|
||||
"Category": "Editor",
|
||||
"CreatedBy": "UNmisterIZE(Sebastien Durocher)",
|
||||
"CreatedByURL": "",
|
||||
"DocsURL": "https://drive.google.com/file/d/134xAHp1LABTME2vNDhH0gcCkiqj1sL-o/view?usp=sharing",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/2fd402da-2ee0-4532-b219-a0703790151d",
|
||||
"SupportURL": "suroduro7@gmail.com",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "NoiseMapGenerator",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user