Update to 2021.1.23f1

Update to 2021.1.23f1
This commit is contained in:
juliuse98
2021-10-03 21:14:25 +02:00
parent 16993b077d
commit 4bff84f097
4 changed files with 35 additions and 6 deletions

View File

@@ -17,10 +17,10 @@ public class NPCController : MonoBehaviour
// Start is called before the first frame update
void Start()
{
startPoint = new Vector3(0, 0, 0);
endPoint = new Vector3(100, 0, 40);
rows = 30;
Map = new PathMap(new Vector3(0, 0, 0), rows, rows, 900);
startPoint = new Vector3(13, 0, 23);
endPoint = new Vector3(41, 0, 50);
rows = 17;
Map = new PathMap(new Vector3(0, 0, 0), rows, rows, 1000);
Map.setupMapWithNextLayer();
//Looking through the low res search