HTML over Unity?

Hi,

I discovered that it’s possible to show Flash content over Unity content on a HTML page using z-index in CSS. However, the same code doesn’t apply to an usual DIV without any Flash content. Is it possible to show just some simple HTML over Unity content?

Thank you in advance.

Negative. I’ve tried that extensively, and at least with z-index or other CSS settings, nothing appears to work.

Toms correct, its impossible.

Exception are the full 3D browsers ( chrome / safari on osx) where it partially works cause they are 3D contexts like unity

but all others including all on windows do their page rendering in 2D which can techncially never overlay the unity screen refresh

Hi loock_, would you share us the code for how to display flash content over Unity on a HTML page ?? Many Thanks !

You can use an iFrame and place it on top of the Unity window.