How can i make all geometry become translucent after a certain distance except for the skybox?

You would need to put a special material on everything, and set the opacity based on distance from the camera. Two problems would be

  • It looks weird

  • Everything would run like a drain, because of all the overlapping translucent objects