I am trying to move all objects in a scene to keep the player camera near the origin (0,0,0). The problem is that I don’t know how to change the light probe positions. I imagine this should be like one line of code in the unity source somewhere. I just need to shift all the light probes in the entire scene. I don’t need to recalculate any positions or anything, just shift them all. Any ideas?
Any help would be much appreciated!