Hi,
Iām working on my NavMesh custom script and I would like to make it more versatile.
For it, I would like to use the NavMesh on multiple object in same time to move to the same point.
For it I tried to change my agent: Object3D to this :
@serializable(Array<Object3D>)
agentsArray?: Array<Object3D> = [];
And to test I added my previous player, problem :
I get only nodes, like it :
Did I miss something ?
by user 224464722878005248