COALA Unreal plugin - v0.2.3

NOTES

A server-side update identified a problem with the elevation data. This has already been fixed in the latest plugin version. Alternatively, this can also be done manually if an update is not possible due to numerous modifications.

For this, replace the line 269 in the file "CoalaArea.cpp" with the following:

int currentElevationValue = intData[y * count_data_in_one_row + x];

Below is an image of the corrected code