Update 4.1.12 Missing Implemented Methods

hey there,

I just got AStar for my project, and I am looking at AIPath and RichAI. The documentation mentions MovementUpdate and FinalizeMovement as two functions that work together.

However, I do not have either of those functions implemented in my classes despite the interface IAstarAI having them.

Is there something wrong with my updated package? This won’t compile. Does anyone else have this issue?

Sorry if I missed it in the forums somewhere.

UPDATE: I was changing the math types to be my internal types, and I realized this caused some inherited interfaces to break. Apologies for the confusion!

1 Like