Initial Commit
This commit is contained in:
parent
ba14820cdd
commit
ae455dd52d
65 changed files with 1450 additions and 0 deletions
24
Plugins/SimplexNoise/SimplexNoise.uplugin
Normal file
24
Plugins/SimplexNoise/SimplexNoise.uplugin
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"PluginFileVersion" : 1,
|
||||
|
||||
"FriendlyName" : "Simplex Noise",
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.0.0",
|
||||
"CreatedBy" : "DavDad",
|
||||
"CreatedByURL" : "https://art-and-code.com/",
|
||||
"Description" : "SimplexNoise Blueprint Library to use in Unreal Engine 4",
|
||||
"Category" : "ArtAndCodeSuite.SimplexNoise",
|
||||
"EnabledByDefault" : true,
|
||||
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "SimplexNoise",
|
||||
"Type" : "Runtime",
|
||||
"LoadingPhase" : "PreDefault",
|
||||
"WhitelistPlatforms" : [ "Win64", "Win32", "Mac" ]
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
}
|
Reference in a new issue