How do I make an object fade into view when camera is a certain distance near another object and vice versa
You would want to use something like Distance between objects, so when Distance is below your set, you then start your coroutine to do the fading (or just blink the object in, probably easiest to start with that).