unity3d使用3D WebView播放网页中的视频
创始人
2025-01-10 13:03:43
0

Unity2021.3.35f1,硬件ESP32-Cam,3D WebView插件

1.新建工程,导入3D WebView for Winfows和3D WebView for Android

2.打开场景Assets\Vuplex\WebView\Demos\Scenes\2_CanvasWebViewDemo

3.修改Canvas的Render Mode为Screen Space-Camera,修改Canvas Scaler

4.修改CanvasWebViewPrefab的组件RectTransform的对齐方式和宽高,宽高与分辨率相同

5.修改CanvasWebViewPrefab中的网址,Resolution改为1(实为缩放)

6.运行程序即可看到视频

7.导入OpenCV for Unity 2.5.9

8.创建Scripts文件夹,再创建Test.cs,打开编辑代码

using OpenCVForUnity.CoreModule; using OpenCVForUnity.ImgprocModule; using OpenCVForUnity.UnityUtils; using UnityEngine; using UnityEngine.UI; using Vuplex.WebView; using Vuplex.WebView.Internal;  public class Test : MonoBehaviour {     public RawImage rawImage;     public CanvasWebViewPrefab view;     public CanvasViewportMaterialView vp;      Texture2D texture;     Texture2D texture1;     RenderTexture _tmpRenderTexture;      bool init = false;     // Start is called before the first frame update     void Start()     {  #if UNITY_ANDROID         view.OnNewTextureHandle += OnRenderTex; #endif     }      void OnRenderTex(EventArgs eventArgs)     {         Draw(eventArgs.Value);     }      private void Update()     { #if UNITY_STANDALONE_WIN || UNITY_EDITOR         Texture2D tx = vp.Texture as Texture2D;         Draw(tx); #endif     }      void Draw(Texture2D tx)     {         if (tx == null)         {             return;         }         if (!init)         {             texture = new Texture2D(tx.width, tx.height, TextureFormat.ARGB32, false);             texture1 = new Texture2D(tx.width, tx.height, TextureFormat.ARGB32, false);              init = true;         }          Mat cameraMat = new Mat(tx.height, tx.width, CvType.CV_8UC4);          Point pt = new Point(tx.width / 2, tx.height / 2);          Utils.textureToTexture2D(tx, texture);         Utils.texture2DToMat(texture, cameraMat);         Imgproc.circle(cameraMat, pt, 30, new Scalar(255, 0, 0), 3);         Utils.matToTexture2D(cameraMat, texture1);         rawImage.texture = texture1;     }  } 

9.创建实体Test,添加Test组件,并给变量赋值

10.运行程序,可以在RawImage中看到一个圆圈。

至此Windows环境已适配完成。

下面开始适配安卓版

11.去掉勾选CanvasWebViewPrefab组件中的Native 2D Mode (Android, iOS, WebGL, and UWP only)

12.将平台切换到Android,在Player Setting...中Graphics APIS 添加Vulkan

13.打开Assets\Vuplex\WebView\Core\Scripts\BaseWebViewPrefab.cs添加如下代码

        public delegate void OnNewTexture(EventArgs eventArgs);         public OnNewTexture OnNewTextureHandle;
if (OnNewTextureHandle != null) {    OnNewTextureHandle(eventArgs); }

13.发布apk,在手机上运行,即可看到与PC相同的效果

相关内容

热门资讯

6分钟指南书!哈糖大菠萝怎么开... 6分钟指南书!哈糖大菠萝怎么开挂,顺欣茶楼辅助视频,解密教程(有挂教学)-哔哩哔哩1、进入游戏-大厅...
透视科技!智星德州插件,wep... 透视科技!智星德州插件,wepoker有透视吗,绝活儿教程(证实有挂)-哔哩哔哩1、打开软件启动之后...
透视了解!epoker透视(透... 透视了解!epoker透视(透视)真是存在有挂,攻略教程(有挂开挂)-哔哩哔哩透视了解!epoker...
七分钟科普!wepoker脚本... 七分钟科普!wepoker脚本(透视)切实真的是有挂,透视教程(有挂教学)-哔哩哔哩1、超多福利:超...
四分钟攻略!天胡辅助脚本,红黑... 四分钟攻略!天胡辅助脚本,红黑大战控制系统,揭秘教程(真实有挂)-哔哩哔哩1、打开软件启动之后找到中...
透视实锤!hhpoker万能辅... 透视实锤!hhpoker万能辅助器,hhpoker的辅助是真的吗,技法教程(有挂详细)-哔哩哔哩1、...
透视肯定!pokemmo内置修... 透视肯定!pokemmo内置修改器(透视)原来真的有挂,软件教程(有挂稳定)-哔哩哔哩小薇(透视辅助...
第一分钟揭露!xpoker辅助... 第一分钟揭露!xpoker辅助控制(透视)好像是真的挂,存在挂教程(真的有挂)-哔哩哔哩1、很好的工...
两分钟方式!天天开心国王辅助,... 两分钟方式!天天开心国王辅助,九酷众游辅助,揭秘教程(的确有挂)-哔哩哔哩1、进入游戏-大厅左侧-新...
透视数据!德普之星辅助器app... 透视数据!德普之星辅助器app,aapoker ai插件,妙计教程(的确有挂)-哔哩哔哩1、德普之星...