Almost Final Version
This commit is contained in:
@ -25,7 +25,6 @@ public class MapManager : MonoBehaviour
|
||||
for (var i=0; i < count; i++)
|
||||
NavPoints.Add(navPointSet.transform.GetChild(i)
|
||||
.gameObject.GetComponent<NavPoint>());
|
||||
print(NavPoints.Count);
|
||||
NavPointSetToID();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user