Unity怎么扫二维码回传数据
1、using System.Collections; 8 using System.Collections.Generic;

3、using ZXing.QrCode; 13 14 //二维码识别生成控制类 15 public class QRCode : MonoBehaviour 16 { 17 #region 扫描二维码 18

5、//摄像头实时显示的画面 22 private WebCamTexture m_webCameraTexture; 23 24
