PSO and Noise map generator plugin commit

This commit is contained in:
Ado
2026-07-06 19:43:47 +02:00
parent 2714ceb844
commit 546988060e
17 changed files with 1370 additions and 3 deletions

View 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"
]
}
]
}