I am trying to make the rings of Saturn, and I want them to show up behind the clouds of the skysphere. How would I go about doing this (having the skysphere clouds show up in front of an object)?
First method: A trick I used for this problem is to make the rings largely transparent (like 20% opacity). I did this in Planetary Settlers for the moon IO, in Jupiter’s sky. While the moon is actually in front of the clouds, it looks like the clouds are in front of it due to the transparency of the moon. It would still be better to have the clouds actually be in front of the moon though…
Alternate method: Make the sky color partially transparent and place the rings outside the skysphere. I ended up making a copy of the skysphere, and a copy of the material it uses toward the beginning of the skysphere blueprint (do not edit the original). I edited the material that is used in the “Create Dynamic Material Instance” node. I changed the material from “Opaque” to “Translucent”, and put a wire from the opacity of “Overall Color” into “Opacity”. I then changed the Overall Color opacity to 20%, and the whole skysphere became translucent. Now you can see through it to objects behind as desired.
I figured it out after a fair amount of playing with it. Thank you for pointing me in the right direction!