What happened to user links on PointGraph?
I’m having “Operation Not Supported”…
Why function ApplyLinks changed from stable to this?
if (astarData.userConnections.Length > 0) { throw new System.NotSupportedException (); }
What happened to user links on PointGraph?
I’m having “Operation Not Supported”…
Why function ApplyLinks changed from stable to this?
if (astarData.userConnections.Length > 0) { throw new System.NotSupportedException (); }
Sorry, I have not added that support to the beta yet.
I am generally moving to having components like Link2 (only for navmesh graphs atm) handle linking instead of a clumsy editor interface.
Any ETA for userlinks again?