Embedded Movement Prediction provided by ObjectNet should work on all cases, nonetheless, ObjectNet provides an API to allow developers to create their own movement prediction and override the default prediction.


You can override the default prediction system by checking "Use custom prediction" option.




To create your own prediction system you need to create a provider script that implements the interface IPrediction ( see Providers Scripts ).


You can also check the example script PredictionProvider in the examples folder. This script has a skeleton implementation of a custom prediction system.