dotnet7 compat, DLSS, network manager rewrite and other fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ID": "f94d5aae457aeba67033a8a4ca753214",
|
||||
"TypeName": "FlaxEditor.Content.Settings.GraphicsSettings",
|
||||
"EngineBuild": 6332,
|
||||
"EngineBuild": 6340,
|
||||
"Data": {
|
||||
"UseVSync": false,
|
||||
"AAQuality": 3,
|
||||
@@ -11,11 +11,13 @@
|
||||
"ShadowsQuality": 3,
|
||||
"ShadowMapsQuality": 3,
|
||||
"AllowCSMBlending": true,
|
||||
"DefaultProbeResolution": 128,
|
||||
"UseHDRProbes": false,
|
||||
"EnableGlobalSDF": true,
|
||||
"GlobalSDFQuality": 2,
|
||||
"GenerateSDFOnModelImport": true,
|
||||
"GIQuality": 2,
|
||||
"GIProbesSpacing": 300.0,
|
||||
"GIQuality": 0,
|
||||
"GIProbesSpacing": 500.0,
|
||||
"GlobalSurfaceAtlasResolution": 2048,
|
||||
"PostProcessSettings": {
|
||||
"AO": {
|
||||
@@ -37,7 +39,7 @@
|
||||
"FallbackIrradiance": {
|
||||
"R": 1.0,
|
||||
"G": 0.0,
|
||||
"B": 0.836574554,
|
||||
"B": 0.83657455,
|
||||
"A": 1.0
|
||||
}
|
||||
},
|
||||
@@ -258,6 +260,7 @@
|
||||
"SSR": {
|
||||
"OverrideFlags": 1,
|
||||
"Intensity": 0.0,
|
||||
"TraceMode": 0,
|
||||
"DepthResolution": 2,
|
||||
"RayTracePassResolution": 2,
|
||||
"BRDFBias": 0.82,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ID": "8ec53dba4c238bfbea1d62922e612a4d",
|
||||
"TypeName": "FlaxEditor.Content.Settings.InputSettings",
|
||||
"EngineBuild": 6331,
|
||||
"EngineBuild": 6335,
|
||||
"Data": {
|
||||
"ActionMappings": [
|
||||
{
|
||||
@@ -85,7 +85,7 @@
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 0.022,
|
||||
"Sensitivity": 0.11,
|
||||
"Gravity": 1.0,
|
||||
"Scale": 1.0,
|
||||
"Snap": false
|
||||
@@ -97,7 +97,7 @@
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 0.022,
|
||||
"Sensitivity": 0.11,
|
||||
"Gravity": 1.0,
|
||||
"Scale": 1.0,
|
||||
"Snap": false
|
||||
|
||||
13
Content/Settings/EngineSettings/NetworkSettings.json
Normal file
13
Content/Settings/EngineSettings/NetworkSettings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ID": "0c69a0c7471f8d0805965caf343d2f27",
|
||||
"TypeName": "FlaxEditor.Content.Settings.NetworkSettings",
|
||||
"EngineBuild": 6335,
|
||||
"Data": {
|
||||
"MaxClients": 100,
|
||||
"ProtocolVersion": 1,
|
||||
"NetworkFPS": 60.0,
|
||||
"Address": "127.0.0.1",
|
||||
"Port": 59183,
|
||||
"NetworkDriver": "FlaxEngine.Networking.ENetDriver"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user