Simplest way to achieve this Fog effect

Hey

I’d like to create a fog effect that begins at a certain height, like plumes of smoke/smog/fog/mist rolling across the ceiling of the room. I have tried using unity Global Fog script, and it seems to be close to the effect that I want but i cant start it at a certain height, (The effect i want is essentially the Global Fog script upsidown… If there’s a super obvious way of doing this that I’m totally missing please let me know!)

Any help is appreciated!

Thanks guys

I would guess the easiest way to get this effect is to use a partical system with like little cloud/fog like images.You could have it in the world were its always there in the map/area,or in the players camera so only he/she sees it in that location.