- 用户指南
- 资源商店 (Asset Store)
- 资源服务器 (Asset Server)(仅限团队许可证)
- 缓存服务器(仅限团队许可证)
- 幕后场景
- 创建游戏
- 运行时实例化预设 (Prefabs)
- 变换 (Transforms)
- 物理
- 添加随机的游戏元素
- 粒子系统(Particle Systems)
- Mecanim 动画系统
- 旧动画系统
- 导航网格 (Navmesh) 和寻路 (Pathfinding)(仅限专业版 (Pro))
- Sound (音频侦听器)
- 游戏界面元素
- 多玩家联网游戏
- iOS 开发入门
- Android 开发入门
- Blackberry 10 开发入门
- Metro:入门指南
- 本地客户端开发入门
- FAQ
- Advanced
- Vector Cookbook
- 资源包(仅限专业版)
- Graphics Features
- 资源数据库 (AssetDatabase)
- 构建播放器管道
- 分析器(仅限专业版)
- 光照贴图快速入门
- 遮挡剔除(仅限专业版)
- 相机使用技巧
- 运行时加载资源
- 通过脚本修改源资源
- 用程序生成网格几何体
- 富文本
- 在 Unity 工程 (Project) 中使用 Mono DLL
- 事件函数的执行顺序
- 移动优化实用指南
- Unity XCode 工程结构
- 优化图形性能
- 减少文件大小
- 理解自动内存管理
- 平台依赖编译
- 泛型函数
- 调试
- 插件(专业版/移动版特有功能)
- 文本场景文件格式(仅限专业版)
- 流媒体资源
- 启动时运行编辑器脚本代码
- 网络模拟
- VisualStudio C 集成
- 分析
- 检查更新
- 安装多版本 Unity
- 故障排除
- Unity 中的阴影
- Unity 中的 IME
- 对集成显卡进行优化
- 网络播放器 (Web Player) 部署
- 使用网络播放器中的信任链系统
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Blackberry10 调试
游戏在设备上运行时将编写日志文件。这是 Debug.Log
信息以及其他来自 Unity 的任何资源、信息和错误信息的保存位置。您可以在编辑器中取得来自设备的日志文件。使用编辑 (Edit)->工程设置 (Project Settings)->播放器 (Player)->发布设置 (Publishing Settings)->获取日志 (Get Log)。日志可以写入电脑的硬盘驱动器。以下是一个日志文件的示例:
Set current directory to /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc Found path: /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/com.unity.doc.testDev_ProductName5a2477fc Data folder: /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data Loading in pref's! Mono path[0] = '/accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed' Mono config path = '/accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed' Renderer: Adreno (TM) 225 Vendor: Qualcomm Version: OpenGL ES 2.0 2644020 GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_ANGLE_framebuffer_multisample GL_ANGLE_framebuffer_blit GL_OES_mapbuffer Creating OpenGLES2.0 graphics device Initialize engine version: 4.2.0a1 (20a94a2c4d7f) Begin MonoManager ReloadAssembly Platform assembly: /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed/UnityEngine.dll (this message is harmless) Loading /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed/UnityEngine.dll into Unity Child Domain Platform assembly: /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed/Assembly-CSharp.dll (this message is harmless) Loading /accounts/1000/appdata/com.unity.doc.testDev_ProductName5a2477fc/app/native/Data/Managed/Assembly-CSharp.dll into Unity Child Domain - Completed reload, in 0.129 seconds
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论