5.3 HDRI Broken?

We had this issue in our Game jam game, I managed to fix it by moving all the code that’s in the pre construct over to Begin play, it did mean that in editor the backdrop is missing but when you play or package the project it shows up.

I guess in theory you could just copy the code and have it on both begin play and preconstruct.

2 Likes