WiiPlayer2 / UnityCef

A web browser component for Unity
GNU Lesser General Public License v3.0
34 stars 1 forks source link

How to use it inside Unity 3D? #1

Open RYG81 opened 5 years ago

RYG81 commented 5 years ago

Hi,

How can I use it inside unity 3D? Any documentation?

Rahul

WiiPlayer2 commented 5 years ago

I'm sorry, at the moment there is no usable documentation as this project is in an early state (and I did not have time in the last weeks to continue). To use it, import the package and then attach the WebBrowser script to any object you want, then you can use this object to get the texture of the browser and can interact with it (for now just navigating to urls).