![]()
|
|
Once this starts happening, the follower autonomy control gets permanently stuck and the only way to make it work again is to clear the array. This doesn't solve the causes of this issue though. Presumably, invalid objects have been passed in at some point, but I don't know what objects these are. We need to know this however to conceive a better fix (which would prevent these objects from being passed in at all or would sort them out by specific checks).
Thus, for the time being, I added some code that logs the contents of the array once it starts overflowing and clears the array subsequently. This should help us to identify the culprit objects so we can apply a more elegant fix in a future patch update.
Thus, for the time being, I added some code that logs the contents of the array once it starts overflowing and clears the array subsequently. This should help us to identify the culprit objects so we can apply a more elegant fix in a future patch update.
Showing Comments 1 - 1 of 1