Hi my project created in last year based on v6.4.1, and It works well.
the code was like:
CubeTexture.CreateFromPrefilteredData(“resources/env/sky2.env”, this.scene as any);
now I upgrade to V 8.0.0, console will throw an Error:
Blockquote
Error:
processing XMLHttpRequest response: InvalidStateError: Failed to read the ‘responseText’ property from ‘XMLHttpRequest’: The value is only accessible if the object’s ‘responseType’ is ‘’ or ‘text’ (was ‘arraybuffer’).
at XMLHttpRequest. (inspector.js:7:2902)
Anybody can tell me what reason result to that Error?