Hello, I am developing a FPS video game and starting to wonder should i create my home page(where is the information about the player,level,in-game currency and stuff like that) in php or i should create in Unity. What can you recommend me. And yes i am planing to use the Webplayer.
Better start planning to use WebGL then. The webplayer will be dead soon courtesy of Chrome and Firefox stopping support for NPAPI. As for which is better, Unity will produce a much larger site and not everyone has unlimited bandwidth.
If you plan to have a really busy website, use static HTML for your homepage. That will give you the best performance and fastest page loads.
For pages that need to be dynamic, use PHP. Eventually, you can plan to use WebGL for your site, and that will be cool but will take much longer to load.
The current Unity Web Player is not a viable option for a homepage of a website. It requires the user to install a plugin, so most users won’t see your Web Player when they go to your site. And browsers will soon block plugins, so users won’t even get the option to install a plugin when they go to your site.