If I try to initialise anything more than 3D arrays with an iPhone target, I get this exception:
ExecutionEngineException: Attempting to JIT compile method ‘TerrainData:.ctor ()’ while running with --aot-only.
for a simple array declaration:
someArray = new int[3,3,3,3];
Can anyone confirm that this is the case? If so, why?