Hi,
I have used sandbox.babylonjs.com for converting the .hdr file to .env file and used it in many projects. It had been working earlier. But recently, I am getting an error while using recently created .env files from .hdr in sandbox.babylonjs.com and I attached the error below what I am getting in console. But, If I use the .env file which was created earlier, It is working properly.
How to solve this.
////
ERROR Error: Unsupported babylon environment map version “2”
at Function.e.UploadEnvLevelsAsync (babylon.js:16)
at e.loadCubeData (babylon.js:16)
at A (babylon.js:16)
at babylon.js:16
at babylon.js:16
at XMLHttpRequest.g (babylon.js:16)
at ZoneDelegate.invokeTask (zone-evergreen.js:406)
at Object.onInvokeTask (core.js:28578)
at ZoneDelegate.invokeTask (zone-evergreen.js:405)
at Zone.runTask (zone-evergreen.js:178)
Oh. Is there any way to use 4.2.0 sandbox instead of changing the npm versions. Because, these versions you have shared are not stable. These are alpha version.
HI @sebavan, i’ve a similar problem but in my application i use .env file embedded in base64. How can i solve using a solution similar to those you’ve posted? This is my PG: https://playground.babylonjs.com/#H09AM2#2
Thank’s in advance!