Beta - DrawGizmo errors

When “Heuristic Optimization” is not set to “None”, errors appear and scan fails. Message: Gizmo drawing functions can only be used in OnDrawGizmos…

Traced to AstarPath.OnDrawGizmos() - euclideanEmbedding.OnDrawGizmos();

If I comment out this line, everything seems ok (except the optimization nodes are not visualized). Everything ok when Heuristic Optimization is set to none. I am using the latest Beta.

Also, I am not sure if this is the best place to post things in regard to Beta versions. Please let me know.

Hi

Sorry, I forgot to reply to your post.
Anyway, I fixed those errors earlier in the week when I saw this thread. The fix will be included in the next version.
Thank you for reporting the bug!

Looking good now in version 4.3.9. Thank you.