Stephen Hodgson

Results 172 comments of Stephen Hodgson

Yes, I'm very much looking forward to @TheMajorO 's pull. I've also been working on this same problem, but I'm guessing we're the only two with this need at the...

I don't believe so, but I could be mistaken. There isn't any error messages in the console.

@TheMajorO , Yes sir, I did implement the interfaces! I have those working fine, but can't seem to get the `webView` to render properly. Let me compare your code snippet...

Yup, I did call something similar in the update method: ``` public void Initialize() { m_HasBeenInitialized = true; AwesomiumUnityWebCore.EnsureInitialized(); // Call resize which will create a texture and a webview...

@bkeiren the `webView` native pointer is only cleared when I stop the application.

Yes I will. Btw, I've updated the above code snippet with my `OnPointerUp` that's driving the mouse click. When should I be calling Focus & UnFocus? Edit: Also, yes it...

+1 for interest. This has been something that has concerned me looking though the pattern and the implementation of this library.

I'm not able to run automated builds and publish without arm64 support

Thanks for the workaround. Super frustrating at first

@prom00 yes, I don't believe a proper fix has ever made it in