dotnet7 compat, DLSS, network manager rewrite and other fixes

This commit is contained in:
2023-01-27 16:24:11 +02:00
parent 36c09efac0
commit 51dcad2cc4
54 changed files with 767 additions and 821 deletions

View File

@@ -5,7 +5,8 @@
"gulp.autoDetect": "off",
"jake.autoDetect": "off",
"grunt.autoDetect": "off",
"omnisharp.defaultLaunchSolution": "GoakeFlax.sln"
"omnisharp.defaultLaunchSolution": "GoakeFlax.sln",
"omnisharp.useModernNet": true
},
"folders": [
{
@@ -14,7 +15,7 @@
},
{
"name": "Flax",
"path": "C:\\dev\\Flax\\Flax_master"
"path": "C:\\dev\\Flax\\FlaxEngine"
}
]
}