Hello.
I have self List path:
How I can pass in function parametes to AIPath? somthing like that:
var customPath = new List<Vector3>();
_aiPath.SetPath(customPath);
I trying define custom class inharited from Path and initialize vectorPath, but this not worked.