-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I don't know how to explain this better but the auto-generator makes boxes in shape of walkable path. Is there a way to manually add them?
I was thinking those could be grids but I already tried these possible commands with following results:
-> /MOD_AddNavMeshPoint(0, 5)
MOD_AddNavMeshPoint(0, 5);
(1): Wrong parameters for 'MOD_AddNavMeshPoint'
-> /MOD_SnapNavMeshPoint(1,5)
MOD_SnapNavMeshPoint(1,5);
(1): Wrong parameters for 'MOD_SnapNavMeshPoint'
-> /MOD_SnapNavMeshPoint(1 5)
MOD_SnapNavMeshPoint(1 5);
(1): parse error, expecting `')''
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels