I need to add a Browser on my game

Hi.

I need the player to navigate in a browser within the unity.Anyone can help me?

Best regards.

What browser do you mean? Like a browser to do with the game or like file/internet?

Internet.
I want to navigate on Internet in unity game

There are several pre-existing solutions for this. Search the asset store–I think there’s something there for rendering HTML in unity.

There is plugin with the name ‘Awesomium’ with the use of it, use can browse internet within Unity. Just google it or may be u can also find it on Asset Store.

I have this problem when i followed the tutorial
Assets/WebTexture.cs(226,13): error CS0104: RenderBuffer' is an ambiguous reference between UnityEngine.RenderBuffer’ and `AwesomiumMono.RenderBuffer’

Im on Windows

Indeed there are few ways to skin this cat

uWebKit rocks! it has a good feature set is well maintained well documented and integration is pretty painless.

I fix the problem, i downloaded and installed Ultralight - Display Web Content Everywhere.

This plugin for unity contains an example project, so i need to know how use that to my project game.

If I can make it work without pay better, and would have to buy the license of unity and then buy the license of uwebkit.

Can someone run the example of Ultralight - Display Web Content Everywhere on WebPlayer?