Search Unity

Getting state

Discussion in 'Navigation' started by YoungDeveloper, May 25, 2015.

  1. YoungDeveloper

    YoungDeveloper

    Joined:
    Jun 28, 2013
    Posts:
    65
    Hi, am I having a migraine or Nav mesh really doesn't have event based system or registration to delegate? :eek:Excepted behavior is an update cycle type of checking?

    Like for example is fixedupdate?

    private void FixedUpdate() {
    if (agent.isActiveAndEnabled) {

    }
    }