[v.1.0.0] Texture Web View (Android)

Texture Web View is a Android web view plugin that gives you ability to render websites on 2D/3D objects with possibility to use interact functionality that based on native web view component.

Support E-mail: easywayasset@gmail.com
Asset Page: TWV

Possibilities:

  • Fast and flexible web view rendering that uses native hardware canvas: support only OpenGLES2/3 graphics API);
  • Supported armeabi-v7a, x86, arm64-v8a-bit Android processors (for arm64-bit you need enable libraries directly in Unity Engine);
  • Supported possibility to render web pages on 2D or 3D objects;
  • Supported possibility to render components that need a hardware rendering support (only for API level 23+) - like HTML5 videos, YouTube, ect.;
  • Supported possibility to asynchronously evaluates JavaScript in the context of the currently displayed page;
  • Supported possibility to render multiple web views instances;
  • Supported possibility to use pixels of current web page frame (will be ignore using hardware features and can work not so smooth);
  • Supports main interaction features, like: click, scroll, text selection, edit;
  • Experimental Virtual Reality Support (Cardboard, Oculus).

Important:

  • Doesn’t work in Unity Editor mode;
  • Requires minimum API level 15 for hardware rendering API level 23+;
  • Current version don’t include virtual keyboard, but include all needed functionality, to use your custom one, like: show/hide keyboard callbacks, set input field text.

Could you may provide those example apks?

You can get demo version with scenes that represents in videos on TWV asset store page

hello @EasyWayAsset
1.can we use this in oculus quest?
2.can we edit google sheet, google slides in this webview?

Hi.

  1. It’s should work, in most I checked it on Oculus GO and Cardboard, but you can also check it on your side using demo version (watermarked version of regular package) that available on asset store page
  2. You can show it, but not edit, it’s not supported

Greetings @EasyWayAsset
The 3D texture web view object can display the webpages in Oculus Quest (very nice!), but I do not know how to configure it to allow interaction (scroll, click) by the touch controller.
So, is it possible to use the Oculus Quest’s touch controller to interact with the 3D texture web view object?
Thank you.

Hi @EasyWayAsset , Can I use this for Augmented Reality (AR)?

Hi @EasyWayAsset When screen size is used, the cursor display of input is normal (see pictures 3 and 4 for details), and the cursor display of input is abnormal after using objectsize (see pictures 1 and 2 for details)




1 Like

Hello.
I would like to have a button to Reload a Page that is reached by following the Link of a Web Page.
How can I know what URL is currently being displayed?

Have you tried invoking location.reload() via Javascript…?

Is this an abandoned asset now? Any chance of VR support ever leaving the “experimental” stage?