Unity 支持哪些设备?
我很团结,很新。当我尝试按照以下文档运行项目时,它不会运行不支持硬件强制关闭。
在统一运行时显示带有相机焦点的简单蓝屏,但在 设备不能。
在模拟器中它显示错误,例如:
08-02 12:29:47.672: ERROR/libEGL(305): called unimplemented OpenGL ES API
在设备中它显示:
Insatisfylinked
我应该做什么?有一些设备兼容性吗?
I am very new with unity. When I'm trying o run the project after the following the document, it does not run force close with hardware is not supported.
Simple blue screen with camera focus show at run in unity but in
device it can't.
In emulator it shows error like:
08-02 12:29:47.672: ERROR/libEGL(305): called unimplemented OpenGL ES API
In device it shows:
Insatisfylinked
What should I do? Is there some device compatibility?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查此链接以获取以下列表已使用 Unity 进行测试的设备。
根据这篇文章(其中作者有和你一样的问题)可以让Unity在Android模拟器上运行,但性能很差。
Check this link for a list of devices that have been tested with Unity.
According to this post (in which the author had the same problem as you) it is possible to get Unity running on the Android emulator, but performance is very poor.
Unity可以在模拟器上运行(编译时使用模拟器模式),但运行速度很慢。在我的手机(HTC legend,被列为不兼容)上,它运行缓慢并且没有声音,但它确实可以工作。
我认为这是因为某些奇怪的原因,某些制造商没有选择在某些型号上支持 OpenGL。
Unity CAN run on an emulator (use emulator mode when compiling) it just runs slow. On my phone (HTC legend, which is listed as incompatible), it runs slow and there's no sound, but it does work.
I think it's because for some odd reason or another, certain manufacturers didn't choose to support OpenGL on certain models.
发布后也将支持 WIndows 8 和 WIndows 8 手机!
WIndows 8 and WIndows 8 phone will be supported when released as well!