Creating a plugin for CEF3 in Unity 3D

3.5k views Asked by At

I was able to find a basic implementation of CEF3 in Ogre3D -- but I was hoping there would be something similar for Unity3D.

Link

I am currently using Awesomium, however, I now need to use RTCPeerConnection (which requires Chromium 29+). Currently, Awesomium is only on Chromium 18, and its unclear how long it will take for that to be udpated (not going to hold my breath).

CEF is open source and updated very frequently.

I would do this myself, but I have no clue where to start. I am hoping:

  1. Someone with enough Unity experience has either already created a CEF3 wrapper that they would be willing to share with the community, or

  2. Someone knows how this could be accomplished and can (hopefully thoroughly) explain

1

There are 1 answers

2
Joe On

i took a look at your link and the video and i think i have some useful resources to share.

i have a bit of experience on unity3d. i've never tried to embed webpages within it, HOWEVER i've stumbled accross and read a few conversations on the subject in my travels.

there is one discussion here on the unity site, that i think would interest you

UnityWebCore plugin

Also on the unity boards - someone has gone ahead and done some of the paving the way, provided a project with some demos and downloadable source here.

its not exactly Chromium Embedded Frames, but from best i can tell from your link this will accomplish what you need. (or at least get you started)

EDIT:

another discussion specifically relating to doing this with awesomium here