If you look into the folder where the lighting data is stored when you have baked your scene you will find the reflection probe data there stored as an exr texture. You can assign this to cube map texture slots elsewhere in Unity. On my project we create our skyboxes in a scene, generate a reflection probe for that scene and then use that probe texture as the skybox in our main scene.
4 Likes