brush texture to material mapping and material changes

This commit is contained in:
GoaLitiuM
2021-08-22 22:21:55 +03:00
parent 7466590d4f
commit 995e9bdbce
55 changed files with 777 additions and 338 deletions

View File

@@ -0,0 +1,42 @@
{
"ID": "af2e52554f7faed7b4937181dd22d166",
"TypeName": "FlaxEditor.Content.Settings.BuildSettings",
"EngineBuild": 6222,
"Data": {
"MaxAssetsPerPackage": 4096,
"MaxPackageSizeMB": 1024,
"ContentKey": 0,
"ForDistribution": false,
"SkipPackaging": false,
"AdditionalAssets": [
"54a1ff4a42af9f018234f7b39b1366b3",
"1ef4565844a4b36cdfda54b51f338c77"
],
"ShadersNoOptimize": false,
"ShadersGenerateDebugData": false,
"Presets": [
{
"Name": "Development",
"Targets": [
{
"Name": "Win64",
"Output": "Output\\Windows",
"Platform": 2,
"Mode": 1
}
]
},
{
"Name": "Release",
"Targets": [
{
"Name": "Win64",
"Output": "Output\\WindowsRelease",
"Platform": 2,
"Mode": 2
}
]
}
]
}
}