Unity 工具之 内嵌网页/浏览器 web view / browser 插件的整理大全(包括Window Mac Android iOS 等)

article/2025/10/3 1:49:58

 

 

Unity 工具之 内嵌网页/浏览器 web view / browser 插件的整理大全(包括Window Mac Android iOS 等)

 

目录

Unity 工具之 内嵌网页/浏览器 web view / browser 插件的整理大全(包括Window Mac Android iOS 等)

一、简单介绍

二、相关插件介绍

1、Embedded Browser 不支持移动端,可以 360 放置到世界中

2、UnityWebCore 不支持移动端

3、UniWebView 支持移动端,但是贴屏显示

4、In-App Web Browser  支持移动端,但是贴屏显示

5、WWebView 仅支持window,不支持移动端

6、Texture Web View (Android) 可以放置在世界中(3D显示)

7、Mobile Web View (Android, iOS) 可以放置在世界中(3D显示)

8、ULiteWebView Unity 手机端轻量级内嵌WebView插件,支持移动端,显示贴屏

9、3D WebView for Windows and macOS 可以在世界中

10、3D WebView for Android 可以在世界中

11、3D WebView for Android and iOS 可以在世界中


 

一、简单介绍

Unity 工具类,自己整理的一些游戏开发可能用到的模块,单独独立使用,方便游戏开发。

本节介绍,在Unity 内嵌网页/浏览器 的一些插件。

 

二、相关插件介绍

1、Embedded Browser 不支持移动端,可以 360 放置到世界中

网址:https://assetstore.unity.com/packages/tools/gui/embedded-browser-55459

Supported Platforms
  - Windows 32-bit Standalone (Mono)
  - Windows 64-bit Standalone (Mono, il2cpp)
  - OS X 64-bit Standalone (Mono, il2cpp)
  - Linux 64-bit Standalone (experimental) (Mono)


 

 

2、UnityWebCore 不支持移动端

暂时不会再使用吧(老插件了)。

 

3、UniWebView 支持移动端,但是贴屏显示

网址:https://assetstore.unity.com/packages/tools/network/uniwebview-3-92605

 

 

4、In-App Web Browser  支持移动端,但是贴屏显示

网址:https://assetstore.unity.com/packages/tools/gui/in-app-web-browser-57532

Features:
- Works on both iOS and Android,
- You can communicate with loaded website through simple API (Javascript-Unity back and forth)
- You can hide top bar (with title and back button) if you don't like it
- You can specify browser's title, back button title, background and text colors
- Uses native UI elements (native scrolling performance)
- Shows spinner animation while website is loading
- Bundled with ready-to-use Playmaker action
- Perfect for showing external content, such as Help section, Terms and Conditions page etc.
- Show back and forward buttons so user might visit previous sites
- Easy integration (no Android manifest merging)
- Doesn't require Unity PRO

 

5、WWebView 仅支持window,不支持移动端

网址:https://assetstore.unity.com/packages/tools/network/wwebview-97395#description

# Platforms:
- Editor(Windows, x86, x64)
- Windows Standalone(x86, x64).
- Windows 10 Universal App(x86, x64, ARM)

 

 

6、Texture Web View (Android) 可以放置在世界中(3D显示)

网址:https://assetstore.unity.com/packages/tools/gui/texture-web-view-android-155318

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.

 

 

7、Mobile Web View (Android, iOS) 可以放置在世界中(3D显示)

网址:https://assetstore.unity.com/packages/tools/gui/mobile-web-view-android-ios-82142

+ Virtual Reality Supported (Cardboard, Oculus);

+ Supported possibility to render sites to 2D or 3D objects;

+ Supported possibility to render multiple websites on the same time;

+ Supported possibility to get pixels of current page frame;

+ Supports main interaction features, like: click, scroll, edit.
 

 

 

8、ULiteWebView Unity 手机端轻量级内嵌WebView插件,支持移动端,显示贴屏

网址:https://assetstore.unity.com/packages/tools/network/ulitewebview-112841

ULiteWebView是一个极度轻量化的Unity内嵌WebView插件。

支持的平台:安卓/苹果

功能:
* 网络浏览
* 支持Html5
* 支持Unity与JS自定义接口交互
* 支持URL SCHEME
* 可定制的显示窗体大小

 

9、3D WebView for Windows and macOS 可以在世界中

网址:https://assetstore.unity.com/packages/tools/gui/3d-webview-for-windows-and-macos-154144

Easily render and interact with web content in 3D on Windows and macOS using the same code that powers the Vuplex VR/AR Browser. See the developer site for full documentation.

System requirements

• Windows 8+ (x64, x86) with D3D11 graphics

• macOS 10.10+ (x64) with Metal graphics

• Unity 5.6+ (except versions 2017.3 - 2018.1 are unsupported on Windows due to a Unity bug)
 

 

10、3D WebView for Android 可以在世界中

网址:https://assetstore.unity.com/packages/tools/gui/3d-webview-for-android-137030

Easily render and interact with web content in 3D on Android using the same code that powers the Vuplex VR/AR Browser. See the developer site for full documentation.

Important notes

• You can also purchase iOS separately or with the Android and iOS bundle.

• 3D WebView's native Android plugins can't run on a PC, so a mock webview implementation is used by default while running in the editor. However, you can actually load and render web content in the editor by also purchasing 3D WebView for Windows and macOS.

• 3D WebView's native Android plugins are provided as precompiled libraries, and the native source code for them is not provided.

• Supports Android 5.0+ (armv7, arm64, x86) with OpenGL graphics.

• Uses the system webview as its browser engine.

 

11、3D WebView for Android and iOS 可以在世界中

网址:https://assetstore.unity.com/packages/tools/gui/3d-webview-for-android-and-ios-135383

Easily render and interact with web content in 3D on Android and iOS using the same code that powers the Vuplex VR/AR Browser. See the developer site for full documentation.

System requirements

• Android 5.0+ (armv7, arm64, x86) with OpenGL graphics

• iOS 10+, supports both Metal and OpenGL

• Unity 5.6+

 

注意:3D WebView 有系列产品,这里不在赘述,大家可以自行在 Unity Asset Store 搜索

 


http://chatgpt.dhexx.cn/article/kMAnBiav.shtml

相关文章

Unity 工具之 内嵌网页/浏览器插件使用和学习笔记

1、Embedded Browser 插件(文件夹名ZFBrowserUnity) 优点:设置简单,功能强大:输入url地址,拉取网页信息,可设置页面尺寸,可显示透明背景的网页,可与显示的页面进行互动&…

java内嵌浏览器的几种方式

最近遇到一个特殊的项目需求,就是需要在一个屏幕上打开多个窗口大小不同的浏览器、并且显示不同的页面。因为是需要浏览器无边框的,在网上找了好多资料,发现前端好像很难实现。所以就打算采用java后台内嵌浏览器,然后实现无边框的…

winform内嵌浏览器的2种实现方式

可使用WebBrowser或axWebBrowser实现winform窗体内嵌浏览器 一 使用axWebBrowser打开浏览器 1.新建个winform项目 2.添加axWebBrowser控件 打开工具箱,右键空白处,点击选择项 选择COM组件,勾上Microsoft Web Browser 把控件拉拽到winform窗体上 3.使用axWebBrowser打开浏览器 …

云表中表单配置内嵌浏览器

给大家分享一个在表单里也能嵌入网页的一个功能,云表的内嵌浏览器 1.首先我们先添加一个云表内嵌浏览器,在模板设计的右边点击表格面板点击下拉后可以先将浏览器,这个浏览器是需要一整个表格的 2.添加好浏览器后,我们表单设置…

Android开发实用小技巧九——内嵌WebView的使用(内置浏览器)

文章目录 前言一、效果展示二、代码1.样式布局2.活动页面 总结 前言 内嵌WebView的使用&#xff08;内置浏览器&#xff09;。 一、效果展示 二、代码 1.样式布局 res/layout/activity_browser.xml &#xff1a; <?xml version"1.0" encoding"utf-8"…

springboot 调用Jxbrowser内嵌浏览器

提示&#xff1a;文章写完后&#xff0c;目录可以自动生成&#xff0c;如何生成可参考右边的帮助文档 文章目录 前言一、Jxbrowser是什么&#xff1f;二、使用步骤1.下载jar包一、在jxbrowser的启动类中加入如下代码&#xff1a;二、在resources目录下新建META-INF/teamdev.lic…

javaFX实现桌面应用程序内嵌浏览器(一、框架建设)

一、jdk不匹配问题 修改jdk版本不成功&#xff1a; 1、注意环境变量是否更改 2、jdk路径已经更改成功但cmd打开输入Java -version还是原先版本&#xff1a;在PATH的那一溜里将把JAVA_HOME放到最前面去 3、idea修改jdk版本 IDEA修改JDK版本完整版 以及Modules中的Sources&#…

IDM下载工具

安装的时候一直next就好了&#xff0c;尽量将idm安装在c盘里面 下面这个链接时绿色版&#xff0c;不需要安装 然后用idm免注册脚本运行一下 下载链接&#xff08;传不上来&#xff0c;发邮箱我给你传一份&#xff0c;这个阿里云盘有点low啊&#xff09; 尽量在关闭360等工具运…

idm 的使用

一:首先在chrome中添加IDM插件: http://www.internetdownloadmanager.com/ 首先进入IDM官网-->Support-->FAQ,点击BROWSER INTEGRATION QUESTIONS 然后点击第8条: 然后点击链接安装Chrome插件: 再然后, 启用该插件. 二、再下载IDMv.6.333 链接&#xff1a;https://do…

IDM的介绍、下载、注册激活使用教程详解 V6.38.2021

IDM是“Internet Download Manager”的简称&#xff0c;意思是“互联网下载管理器”&#xff0c;既是一类软件的统称&#xff0c;也专指一个非常知名的互联网下载器&#xff0c;这个软件的名字就叫IDM&#xff0c;被誉为地表最强下载器&#xff0c;屌丝救星&#xff0c;小电影神…

Internet Download Manager6.41提速下载器安装下载教程

很多人都知道Internet Download Manager(以下简称IDM)是一款非常优秀的下载提速软件。它功能强大&#xff0c;几乎能下载网页中的所有数据&#xff08;包括视频、音频、图片等&#xff09;&#xff0c;且适用于现在市面上几乎所有的浏览器&#xff0c;非常受大家欢迎。 Intern…

大神论坛 逆向分析 Internet Download Manager 序列号算法 附IDM注册机完整源码

1. 前言 idm version : 6.38 Build 23 2.算法逆向 IDM的序列号验证函数定位在&#xff1a; 下面是在IDA下的代码分析: .text:00510010 push ebp .text:00510011 lea ebp, [esp-1FCh] .text:00510018 sub esp, …

IDM使用介绍篇

IDM作为一款超级强大的下载工具&#xff0c;是很多人的首选&#xff0c;尤其是在当pandownload被封之后&#xff0c;找不到合适的替代下载工具&#xff0c;此时请把目光转移到IDM上&#xff0c;这款软件你值得拥有。所以接下来将介绍这款软件的使用。 1、下载地址 这里我提供了…

Internet Download Manager v6.41.3中文特别版IDM下载器免费下载

Internet Download Manager v6.41.3中文特别版(IDM)&#xff0c;全球最佳下载利器。Internet Download Manager 是一款Windows 平台功能强大的多线程下载工具&#xff0c;国外非常受欢迎。支持断点续传&#xff0c;支持嗅探视频音频&#xff0c;接管所有浏览器&#xff0c;具有…

IDM(Internet Download Manager)最新一款 功能最全/电脑必备的下载器激活序列号版

近些年移动互联网兴起&#xff0c;人手一部智能手机。人们花在PC上的时间越来越短&#xff0c;关注手机的时间越来越长。 4G、5G移动网络和云服务的飞速发展&#xff0c;网速越来越快&#xff0c;人们更愿意在线刷剧&#xff0c;在线存储。很多资源再也不需要存在本地占用磁盘空…

IDM6.39最新版补丁新增功能介绍

IDM6.39是一款转为安卓用户研发的下载管理器应用程序&#xff08;极速下载站提供&#xff09;&#xff0c;IDM Plus&#xff0c;下载速度最多可以提高620倍。包含的一组功能使其成为完美的下载管理器。IDM 支持多种文件格式&#xff0c;以确保您可以下载任何格式的任何文件。ID…

Internet Download Manager(V6.37版本IDM)免费序列号密钥激活版使用过程中的一些常见问题

在众多电脑必备软件中&#xff0c;下载软件 IDM 的不可替代性十分明显&#xff0c;无论是在文件下载、视频下载&#xff0c;还是网盘加速&#xff0c;IDM 都扮演着重要的角色。 1、Internet Download Manager的续传功能可以恢复因为断线、网络问题、计算机当机甚至无预警的停电…

Internet Download Manager用假的序列号注册,IDM将退出

下载下来直接双击绿化按钮即可. 软件链接 : https://pan.baidu.com/s/1agK3cLtjJzXcGEgsuv5mVQ 提取码: ckm7

IDM下载器

提示&#xff1a;文章写完后&#xff0c;目录可以自动生成&#xff0c;如何生成可参考右边的帮助文档 安装IDM教程并输入序列号 下载IDM&#xff0c;输入序列号 例如&#xff1a;先下载IDM再输入序列号 提示&#xff1a;本文参考了别人的博客&#xff0c;参考的博客连接放在…

idm2021中文版序列号加速下载百度云网盘大文件教程

自从不限速度盘下载工具Pandownload被封杀后&#xff0c;有些网友纷纷表示&#xff1a;幸好我们还有Internet Download Manager&#xff08;IDM&#xff09; 但是&#xff0c;对于很多小伙伴来说&#xff0c;初次听到这个名词时都是一脸懵逼——啥是IDM&#xff1f; 今天&…