h8man / NavMeshPlus

Unity NavMesh 2D Pathfinding
MIT License
1.77k stars 206 forks source link

Disable source count debug log #48

Closed rhys-vdw closed 3 years ago

rhys-vdw commented 3 years ago

https://github.com/h8man/NavMeshPlus/blob/86ceea0dfe7bcd8db2a486bd68c4c095ae4299e0/NavMeshComponents/Scripts/NavMeshBuilder2d.cs#L144

This was useful, but I think there should be an option to disable trace logs as they're messing up my console. Would accept a PR?

h8man commented 3 years ago

There is a commit https://github.com/codxr02/NavMeshPlus/commit/11c246c053279e0d057abea6d0bb1bbc2df195cf I will use it.

rhys-vdw commented 3 years ago

Thanks, that's perfect.

h8man commented 3 years ago

Hello @rhys-vdw Done with modified code form @codxr02 commit