码迷,mamicode.com
首页 > 编程语言 > 详细

ZXing二维码生成在Unity3D中出错,数组超出界限的解决办法

时间:2015-10-22 10:37:10      阅读:394      评论:0      收藏:0      [点我收藏+]

标签:

错误截图:

技术分享

IndexOutOfRangeException: Array index is out of range.
ZXing.Color32Renderer.Render (ZXing.Common.BitMatrix matrix, BarcodeFormat format, System.String content, ZXing.Common.EncodingOptions options)
ZXing.BarcodeWriterGeneric`1[TOutput].Write (System.String contents)
UITest.Encode (System.String textForEncoding, Int32 width, Int32 height) (at Assets/UITest.cs:112)
UITest.CreatQRCodeImage (UnityEngine.Texture2D encoded, System.String textForEncoding) (at Assets/UITest.cs:119)

解决办法:

将要生成的二维码的图片如图设置

Texture Type:Advanced

Read/Write Enable 勾选

Format:RGBA32 bit

技术分享

 

ZXing二维码生成在Unity3D中出错,数组超出界限的解决办法

标签:

原文地址:http://www.cnblogs.com/townsend/p/4284345.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!