位置: 编程技术 - 正文

Unity3D - 图形性能优化:渲染统计窗口(unity3d效果图)

编辑:rootadmin
Unity官方文档之“图形性能优化-渲染统计窗口”的翻译,E文链接。Rendering Statistics Window 渲染统计窗口

推荐整理分享Unity3D - 图形性能优化:渲染统计窗口(unity3d效果图),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:unity3d图文教程,unity3d地形图,unity自带的图形系统,unity3d地形图,unity图形化编程,unity图形化编程,unity图形化编程,unity图形化编程,内容如对您有帮助,希望把文章链接给更多的朋友!

The Game View has a Stats button in the top right corner. When the button is pressed, an overlay window is displayed which shows realtime rendering statistics, which are useful for optimizing performance. The exact statistics displayed vary according to the build target.

游戏视野(Game View)右上角有一个Stats按钮。这个按钮是按下状态时,会显示一个半透明窗口,它显示对于优化性能很有用的实时渲染统计数据。根据目标平台不同,精确的统计数据也不同。

Rendering Statistics Window. 渲染统计窗口。

The Statistics window contains the following information:-渲染统计窗口包含下面这些信息:-

Time per frame and FPS

每帧时间和FPS

The amount of time taken to process and render one game frame (and its reciprocal, frames per second). Note that this number only includes the time taken to do the frame update and render the game view; it does not include the time taken in the editor to draw the scene view, inspector and other editor-only processing.

处理和渲染一帧消耗的时间(它决定FPS)。注意这个时间仅包含每帧的逻辑更新和游戏视图渲染,不包含编辑器绘制屏幕适度、检视器和其它编辑器中才有的处理。

Draw Calls

绘制调用

The total number of meshes drawn after batching was applied. Note that where objects are rendered multiple times (for example, objects illuminated by pixel lights), each rendering results in a separate draw call.

批处理之后绘制的总的网&#;数。注意,对于多次渲染的物体(比如,物体被逐像素光照),每次渲染是一个独立的Draw Call。

Batched (Draw Calls)

批处理(绘制调用)

The number of initially separate draw calls that were added to batches. “Batching” is where the engine attempts to combine the rendering of multiple objects into one draw call in order to reduce CPU overhead. To ensure good batching, you should share materials between different objects as often as possible.

初始独立但是被批处理的网&#;数。“批处理”是引擎为了降低CPU负载,合并渲染多个物体到一个Draw Call。为了获得好的批处理效果,你应该让不同物体尽量共用材质。

Tris and Verts

Unity3D - 图形性能优化:渲染统计窗口(unity3d效果图)

三角形和顶点数

The number of triangles and vertices drawn. This is mostly important when optimizing for low-end hardware

绘制的三角形和顶点数,这对于优化低端硬件非常有用。

Screen

屏幕

The size of the screen, along with its anti-aliasing level and memory usage.

屏幕尺寸、它的抗锯齿等级和内存占用。

Visible Skinned Meshes

可视蒙皮网&#;

The number of skinned meshes rendered.

渲染的蒙皮网&#;数量。

Animations

动画

The number of animations playing.

播放的动画数量。

See also the rendering section of the profiler window which provides a more verbose and complete version of these stats.

另外,性能分析窗口的渲染部分提供了这些统计数据更详细和完整的版本。

【论】Unity的Input应用(一) 使用Unity做下列的功能实现:鼠标点击下去,出现抹布,抹布随着鼠标的移动而移动。当抹布擦拭神灯后,会出现灯神。//鼠标版if(Input.GetMouseButtonDown(0))

unity3D按下同一键切换不同的相机两种方法 如何按同一个键来回切换不同的摄像机呢?首先建立两个相机放在不同的物体下用来分别摄到不同的物体。如图示在sphere下的图如下:在这个相机上绑

Unity3d fur真实毛发渲染 放出效果图使用的核心技术为曲面细分和置换贴图,Unity支持GPU的曲面细分,置换贴图为噪波,沿着法线拉伸即成为毛发。再随机减少最高点的高度产生

标签: unity3d效果图

本文链接地址:https://www.jiuchutong.com/biancheng/382514.html 转载请保留说明!

上一篇:Unity3D - 图形性能优化:角色建模(unity3d图形学)

下一篇:【论】Unity的Input应用(一)(unity的invoke)

  • 个税不汇算清缴对个人的处罚
  • 总公司和分公司可以在一个城市吗
  • 移动发票抬头个人税号公司能报销吗
  • 改签费可以进项转出吗
  • 低值易耗品包括哪些东西和产品
  • 预付账款在贷方是谁欠谁
  • 微信怎么开公司账户
  • 滴滴普通发票可以作废吗
  • 跨境电子商务出来能干嘛
  • 进口货物需要交哪些税
  • 捐赠出的资产如何处理
  • 权益净利率如何算
  • 广告服务怎么做分录
  • 分配辅助生产车间成本记账凭证
  • 员工离职后收取客户钱款
  • 怎么给个体户开电子发票
  • 财政拨款进项税怎么处理
  • 住宿专票怎么入账
  • 预交增值税后如何处理
  • 公司收到个人借款的现金流量
  • 汇算清缴时
  • 制造业购买纸箱子记入什么科目
  • 网络不通怎么拼ip
  • 财政拨款结余的明细科目
  • 确认收入入账
  • 在境外缴纳的增值税税率
  • wp网站迁移
  • php array_splice
  • uniapp实战视频教程
  • 企业购买预付卡送人分录
  • php二维数组foreach
  • php7多线程支持如何
  • 完成认证后开具什么证明
  • pytorch example
  • 材料成本差异的会计分录
  • 刚购入的固定资产怎么算
  • javascript中文手册
  • 分割sw
  • nerf新手入门
  • 数据挖掘快速入门
  • 公司账户转账给个人要交税吗
  • 其他机械和设备修理业包括哪些
  • 税控维护费可以抵企业所得税吗
  • 冷饮成本价
  • 未抵扣增值税需结转吗
  • 年度结转增值税
  • mongodb too many open files
  • 营业税和营业税额一样吗
  • 购入固定资产计累计盈余
  • 总分公司如何承担责任
  • 年终汇算清缴的税种
  • 往来账项询证函怎么填写
  • 利润表持续经营净利润怎么算
  • 发票被认证
  • 模具的生产工艺流程
  • mysql批量执行sql文件工具
  • mysql的日志
  • windowsxp2
  • 鼠标右键一直锁定一个应用
  • macza
  • win7服务在哪里打开
  • linux如何使用gcc编程
  • 如何删除win7
  • Win10 Redstone 11082视频快速上手:已知bug及新变化一览
  • Activity的四种启动模式和onNewIntent()
  • linux sed awk区别
  • node.js操作数据库报错不再队列中
  • android studio乱码怎么解决
  • shell脚本-p
  • unity3d documentation
  • unity androidx
  • jquery轮播图原理
  • android回调函数
  • 国家税务总局的局长什么级别
  • 宁夏地税领导班子名单
  • 城建税教育费附加怎么做分录
  • 全国初中应用物理知识竞赛获奖名单
  • 国外寄东西到国内要身份证号码吗
  • 房屋维修基金会计分录处理
  • 通辽这个地方怎么样
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设