Zenith Player Controller - Version 118794

Created
Total Size187.5 KB (192,029 bytes)
Modified Size90 KB (92,183 bytes)
File Count56
Engine Version21
Changes
Ground fixes + 
Meta
{ "Compiler": { "RootNamespace": "Sandbox", "DefineConstants": "SANDBOX;ADDON;DEBUG", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": false, "ReleaseMode": "Debug", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [ "editor", "unittest" ], "DistinctAssemblyReferences": [] }, "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Sandbox",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": false,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (90 KB modified)

+1 ~8 -4
  • Code/Utility/Extensions/EnumerableExtensions.cs (1.1 KB)
  • .bin/package.manonox.zenith.cll (28.9 KB -> 29.1 KB)
  • Code/Controller.Ground.cs (1.3 KB -> 1.4 KB)
  • Code/Integrators/FrameOfReferenceIntegrator.cs (13.5 KB -> 14 KB)
  • Code/States/Apex/Apex.Climb.cs (16.1 KB -> 16.1 KB)
  • Code/States/Apex/Apex.Mantle.cs (16.8 KB -> 16.9 KB)
  • Code/States/Apex/Apex.Slide.cs (6.2 KB -> 6.2 KB)
  • Code/States/Apex/Apex.Sprint.cs (971 B -> 1.3 KB)
  • Code/States/Apex/Utility/ClimbZoneVisualizer.cs (4 KB -> 4 KB)
  • Assets/Materials/library_material.vmat (849 B)
  • Assets/Materials/library_material.vmat_c (5.1 KB)
  • Code/Utility/Extensions/IEnumerableExtensions.cs (1 KB)
  • UnitTests/UnitTest.cs (234 B)