working replay system

This commit is contained in:
2022-03-21 19:01:28 +02:00
parent 99637255da
commit 4997077978
17 changed files with 243 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
{
"ID": "4bd8a4cc460399b5f1975fbe0a668e3f",
"TypeName": "FlaxEditor.Content.Settings.PhysicsSettings",
"EngineBuild": 6226,
"EngineBuild": 6330,
"Data": {
"DefaultGravity": {
"X": 0.0,
@@ -17,8 +17,8 @@
"EnableAdaptiveForce": false,
"MaxDeltaTime": 0.1,
"EnableSubstepping": false,
"SubstepDeltaTime": 0.008333334,
"MaxSubsteps": 5,
"SubstepDeltaTime": 0.001,
"MaxSubsteps": 60,
"SupportCookingAtRuntime": true,
"LayerMasks": [
4294967295,

View File

@@ -1,9 +1,9 @@
{
"ID": "a55dc3c04da4ea3744b7f1994565beac",
"TypeName": "FlaxEditor.Content.Settings.TimeSettings",
"EngineBuild": 6226,
"EngineBuild": 6330,
"Data": {
"UpdateFPS": 120.0,
"UpdateFPS": 0.0,
"PhysicsFPS": 120.0,
"DrawFPS": 120.0,
"TimeScale": 1.0,