Fixed UI extend button to actually move the stats box
Fixed DevDebugTools not accounting for map tile size (f Zeekers) Added more debugging text
This commit is contained in:
parent
a166b3d4a7
commit
ef4ce26491
10 changed files with 158 additions and 55 deletions
|
@ -29,6 +29,9 @@ namespace DunGenPlus.Managers {
|
|||
d.Cleanup();
|
||||
}
|
||||
|
||||
// we can leave early if doorway cleanup is not used (most likely for most dungeons anyway)
|
||||
if (doorwayCleanupList.Count == 0) return;
|
||||
|
||||
try{
|
||||
var dungeonGen = RoundManager.Instance.dungeonGenerator;
|
||||
var navmesh = dungeonGen.transform.parent.GetComponentInChildren<UnityNavMeshAdapter>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue