Esempio n. 1
0
    // This is an example of how to use the dynamic navigation creation system with the waypoint manager
    void Start()
    {
        m_waypointManager = GetComponent <WaypointManager>();

        BuildTestMap();

        m_waypointManager.BuildNavigationMap(tiles, sizeX, sizeY);
    }