Update 24.10.2021

RoccoZero

Active member
Staff member
Administrator
Developer
Apr 30, 2022
887
79
28
Update

Fixed crash
Fixed other bugs

MapManager
  • Added string? MapName { get; }
  • Added string? MapFileName { get; }
  • Fixed float GetHeight(Vector3 position)
  • Fixed float GetHeight(Vector2 position)
  • Fixed float GetSecondaryHeight(Vector3 position)
  • Fixed float GetSecondaryHeight(Vector2 position)

GameManager
  • Obsolete string LevelName { get; } // use MapManager.MapFileName
  • Obsolete string ShortLevelName { get; } // use MapManager.MapName