h8man
h8man
It would be great to have workspaces in addition to tags. It can be done as tabs that can be loaded in (as in web browser) One work project easily...
I didn't found the way to adjust Lockout time. It would be nice to make this line `const INACTIVE_TIMEOUT = 60000` adjustable from `Settings` as 1 minute is pretty low...
public bool preserveTilesOutsideBounds { get { return m_PreserveTilesOutsideBounds != 0; } set { m_PreserveTilesOutsideBounds = value ? 1 : 0; } } https://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AI/Public/NavMeshBuildSettings.bindings.cs