Hi
I’ve built a fairly simple puzzle game which procedurally generates a puzzle each time. Whenever I run it I get a message saying lighting needs rebuilding. I figure this is because the meshes are random, so different every time, but what is the best way to handle this? Obviously just rebuilding won’t work.
I’m using a default lighting set up from the blank template: directional light, skylight, sky sphere.
Thanks