Search Unity

Rendering a web page to a texture (alternatives to uWebKit)

Discussion in 'Windows' started by VirtualDestructor, May 3, 2014.

  1. VirtualDestructor

    VirtualDestructor

    Joined:
    May 3, 2014
    Posts:
    44
    Does anyone know of any good alternatives to uWebKit? I am using Unity Pro, and I need to render a web page to a texture in a Windows Application. I feel that the price tag for uWebKit is too high.
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Native XAML webview could work if you don't mind it being not crossplatform.
     
  3. shaderop

    shaderop

    Joined:
    Nov 24, 2010
    Posts:
    942
    I haven't tried it myself, but Awesomium is free if your application's revenue is less than US$100,000, and they do have a Unity plug-in.
     
    Last edited: May 5, 2014
  4. VirtualDestructor

    VirtualDestructor

    Joined:
    May 3, 2014
    Posts:
    44
    Thanks guys. I will check these out.