java - Showing Unity WebPlayer Content

100 views Asked by At

I was wondering if there is any way to show Unity Web Player content from a link in JavaFX or Swing? I looked at JxBrowser but it uses Chromium 55 in which Unity WebPlayer is not supported.

1

There are 1 answers

0
Panayotis On

Unfortunately you're stuck to JxBrowser. Swing is very very limited in this area.

If JxBrowser is not supported, then your only other alternatives are SWT...

Have you tried the JavaFX WebView?