unity 质量设置 Quality Settings
Unity allows you to set the level of graphical quality it will attempt to render. Generally speaking, quality comes at the expense of framerate and so it may be best not to aim for the highest quality on mobile devices or older hardware since it will have a detrimental effect on gameplay. TheQuality Settings inspector (menu: Edit->Project Settings->Quality) is split into two main areas. At the top, there is the following matrix:-
nity可以设置渲染图像的质量级别。一般来说,图形质量会导致帧速率降低,因此最好不要在移动设备或旧的硬件上使用最高图形质量,这会对游戏产生不好影响。图形质量设置面板有2个主要区域(菜单Edit->Project Settings->Quality)。在面板上方,有下列矩阵:
Unity lets you assign a name to a given combination of quality options for easy reference. The rows of the matrix let you choose which of the different platforms each quality level will apply to. The Default row at the bottom of the matrix is not a quality level in itself but rather sets the default quality level used for each platform (a green checkbox in a column denotes the level currently chosen for that platform). Unity comes with six quality levels pre-enabled but you can add your own levels using the button below the matrix. You can use the trashcan icon (the rightmost column) to delete an unwanted quality level.
你可以在unity中为特定的质量选项组合设置一个名称。矩阵的行,可以设置不同的平台使用的质量级别。在矩阵底部,名为default的行是平台的默认质量级别(绿色复选框表示该平台目前所选择的级别)。Unity有6个预设的质量级别,你可以使用矩阵下方的按钮添加自定义的级别。可以通过垃圾桶图标(最右边的列)删除不必要的质量级别。
You can click on the name of a quality level to select it for editing, which is done in the panel below the settings matrix:-
点击质量级别的名称,选择编辑,在矩阵下方有如下设置面板:
The quality options you can choose for a quality level are as follows:-
质量级别可以设置的选项如下:
- Name 名称The name that will be used to refer to this quality level
质量级别的名称 - Pixel Light Count 像素灯数量The maximum number of pixel lights when Forward Rendering is used.
前向渲染使用的像素灯的最大数量 - Texture Quality 纹理质量This lets you choose whether to display textures at maximum resolution or at a fraction of this (lower resolution has less processing overhead). The options are Full Res, Half Res, Quarter Res and Eighth Res.
你可以设置使用最大分辨率的纹理或者部分纹理(低分辨率纹理的处理开销低)。选项有 完整分辨率,1/2分辨率,1/4分辨率,1/8分辨率。 - Anisotropic Textures 各向异性纹理This enables if and how anisotropic textures will be used.
设置是否使用各向异性纹理和使用方式。 - Disabled 禁用Anisotropic textures are not used.
禁用各向异性纹理 - Per Texture 每纹理Anisotropic rendering will be enabled separately for each Texture.
每张纹理都将使用各向异性渲染。 - Forced On 强制开启Anisotropic textures are always used.
各向异性纹理一直启用。 - AntiAliasing 抗锯齿This sets the level of antialiasing that will be used. The options are 2x, 4x and 8x multi-sampling.
设置抗锯齿级别。选项有2倍,4倍和8倍采样。 - Soft Particles 软粒子Should soft blending be used for particles?
是否使用粒子软融合。 - Shadows 阴影This determines which type of shadows should be used
设置阴影的类型 - Hard and Soft Shadows
软硬阴影Both hard and soft shadows will be rendered.
软,硬阴影都将会被渲染 - Hard Shadows Only 仅硬阴影Only hard shadows will be rendered. 仅渲染硬阴影
- Disable Shadows 禁用阴影No shadows will be rendered. 不渲染阴影
- Shadow resolution
阴影分辨率Shadows can be rendered at several different resolutions: Low, Medium, High and Very High. The higher the resolution, the greater the processing overhead.
阴影可以渲染为如下分辨率:低,中,高,极高。分辨率越高,处理开销越大。 - Shadow Projection
阴影投射There are two different methods for projecting shadows from a directional light. Close Fit renders higher resolution shadows but they can sometimes wobble slightly if the camera moves. Stable Fit renders lower resolution shadows but they don't wobble with camera movements.
平行光投射阴影有2种方式:Close Fit渲染较高分辨率的阴影,但是如果相机移动时,有时阴影会轻微摆动。Stable Fit渲染的阴影分辨率较低,不过相机移动时不会发生摆动。 - Shadow Cascades
阴影层叠The number of shadow cascades can be set to zero, two or four. A higher number of cascades gives better quality but at the expense of processing overhead (see the Directional Shadows page for further details).
阴影的层叠数可以设置为0。层叠数越高,阴影质量越好,但是计算花费也越大。(查看 方向阴影 页面获取更多细节 ) - Shadow Distance 阴影距离The maximum distance from camera at which shadows will be visible. Shadows that fall beyond this distance will not be rendered.
相机的最大阴影可见距离。超出这个距离的阴影不会被渲染。 - Blend Weights 融合权重The number of bones that can affect a given vertex during an animation. The available options are one, two or four bones.
骨骼的数量会影响动画的顶点。选项有1,2,4个骨骼。 - VSync Count 垂直同步计数Rendering can be synchronised with the refresh rate of the display device to avoid "tearing" artifacts (see below). You can choose to synchronise with every vertical blank (VBlank), every second vertical blank or not to synchronise at all.
渲染可以与显示设备的刷新率同步,以避免"撕裂"的现象(见下文)。你可以选择同步每一个垂直空白(VBlank),每一秒的垂直空白或不同步。 - LOD Bias
LOD偏离LOD levels are chosen based on the onscreen size of an object. When the size is between two LOD levels, the choice can be biased toward the less detailed or more detailed of the two models available. This is set as a fraction from 0 to 1 - the closer it is to zero, the more the bias is toward the less detailed model.
LOD级别基于物体在屏幕上的大小。当物体大小在两个LOD级别之间,可以选择使用低细节模型或高细节模型。数值取值范围为0-1,数值越接近0,越偏向于选择低细节模型。 - Maximum LOD Level
最大LOD级别The highest LOD that will be used by the game. Models which have a LOD above this level will not be used and omitted from the build (which will save storage and memory space).
游戏中使用的最高LOD级别。在该级别以上的模型不会被使用,并且在编译时忽略。(这将节省存储空间和内存空间)。
Tearing 撕裂
The picture on the display device is not continuously updated but rather the updates happen at regular intervals much like frame updates in Unity. However, Unity's updates are not necessarily synchronised with those of the display, so it is possible for Unity to issue a new frame while the display is still rendering the previous one. This will result in a visual artifact called "tearing" at the position onscreen where the frame change occurs.
显示设备上的图像更新并不是连续的,而是类似Unity的帧一样定期更新。然而,Unity的更新不一定与显示设备的更新同步,所以有可能Unity提交了新的一帧图像,而显示设备仍显示前一帧图像。这会导致发生变化的屏幕位置出现"撕裂"的现象。
Simulated example of tearing. The shift in the picture is clearly visible in the magnified portion.
撕裂的示例。图片的放大部分可以清楚看到变化。
It is possible to set Unity to switch frames only during the period where the display device is not updating, the so-called "vertical blank". The VSync option on the Quality Settings synchronises frame switches with the device's vertical blank or optionally with every other vertical blank. The latter may be useful if the game requires more than one device update to complete the rendering of a frame.
可以让Unity在显示设备不更新的时候提交新的帧图像,这个时间段称为"垂直空白"。 质量设置的垂直同步选项可以同步帧切换和设备的垂直空白,或者是其他所有设备的垂直空白。后者可用于游戏需要更新多个设备以完成一帧的渲染的情况。
Anti-aliasing 抗锯齿
Anti aliasing improves the appearance of polygon edges, so they are not "jagged", but smoothed out on the screen. However, it incurs a performance cost for the graphics card and uses more video memory (there's no cost on the CPU though). The level of anti-aliasing determines how smooth polygon edges are (and how much video memory does it consume).
抗锯齿可以改善多边形边的显示效果,在屏幕上显得平滑而不是锯齿。抗锯齿会占用显卡的性能和显存(不会占用CPU性能)。抗锯齿的级别决定了多边形的边的平滑程度。(也决定了消耗显存的多少)
Without anti-aliasing, polygon edges are "jagged".
未开启抗锯齿,多边形的边显示为锯齿状。
With 6x anti-aliasing, polygon edges are smoothed out.
开启6倍抗锯齿,边显得平滑。
unity 质量设置 Quality Settings的更多相关文章
- 播放器设置 Player Settings
原地址:http://game.ceeger.com/Manual/class-PlayerSettings.html#Android Player Settings is where you def ...
- Unity引擎的Player Settings介绍
我用的是unity5.4.3版本的 一.窗口打开: 从菜单栏查看播放器设置,选择 Edit->Project Settings->Player 二.全局设置 第一部分: Company N ...
- ffdshow 源代码分析 3: 位图覆盖滤镜(设置部分Settings)
===================================================== ffdshow源代码分析系列文章列表: ffdshow 源代码分析 1: 整体结构 ffds ...
- 第三部分:Android 应用程序接口指南---第二节:UI---第五章 设置(Settings)
第5章 设置(Settings) 应用程序通常包括允许用户修改应用程序的特性和行为的设置功能.例如,一些应用程序允许用户指定通知是否启用或指定多久使用云同步数据.如果你想要为你的应用程序提供设置,你应 ...
- Unity调试设置
[Unity调试设置] 1.Mac中,"Unity"->"Preferences...". Windows中,"Edit"->& ...
- 设置(settings)
设置(settings) 题目描述 如题所示,这将是一个关于设置的问题. 你需要通过对一个控制台进行设置,来得到不同的效果. 这个控制台由n个控制元件组成,每个元件有m种设置,其中i号元件的第j种设置 ...
- 网格导入设置 Import settings for Meshes
原地址:http://game.ceeger.com/Components/FBXImporter-Model.html The Import Settings for a model file wi ...
- Unity推荐设置(HoloLens开发系列)
本文翻译自:Recommended settings for Unity Unity提供了一系列默认选项,这些选项能够适用于所有平台的一般情况.但是,Unity同样为HoloLens提供了一些特殊行为 ...
- unity批量设置图片为etc2格式或者astc格式
网上找了半天,没一个能用的,干脆自己写个,直接拷贝这个脚本就行 这个是ios版本的,安卓的话写在注释里面,去掉注释就能用了 现在ios支持一种新格式叫astc比原本的pvrtc压缩比更高,而且质量更高 ...
随机推荐
- 《精通Python设计模式》学习结构型之代理模式
这种模式,总会让人想到SRPING中的AOP, 不同语言有不同的实现方式吧. class SensitiveInfo: def __init__(self): self.users = ['nick' ...
- CCF CSP 201503-2 数字排序
CCF计算机职业资格认证考试题解系列文章为meelo原创,请务必以链接形式注明本文地址 CCF CSP 201503-2 数字排序 问题描述 给定n个整数,请统计出每个整数出现的次数,按出现次数从多到 ...
- Centos 常用命令[持续积累中...]
CentOS常用到的查看系统命令 uname -a cat /etc/issue /sbin/ifconfig # 查看内核/操作系统/CPU信息 head -n 1 /etc/issue # 查看操 ...
- DotNetOpenAuth实践之搭建验证服务器
系列目录: DotNetOpenAuth实践系列(源码在这里) DotNetOpenAuth是OAuth2的.net版本,利用DotNetOpenAuth我们可以轻松的搭建OAuth2验证服务器,不废 ...
- vmstat详解
一.前言 很显然从名字中我们就可以知道vmstat是一个查看虚拟内存(Virtual Memory)使用状况的工具,但是怎样通过vmstat来发现系统中的瓶颈呢?在回答这个问题前,还是让我们回顾一下L ...
- 修改linux系统编码
方法1: vi /etc/sysconfig/i18n 默认为: LANG="en_US.UTF-8"SYSFONT="latarcyrheb-sun16" ...
- pandas使用总结
一.pandas简介 Pandas是基于Numpy开发出的,是一款开放源码的BSD许可的Python库,为Python编程语言提供了高性能,易于使用的数据结构和数据分析工具.Pandas用于广泛的领域 ...
- ESLint处理
当有遇到下划线的问题,会提示有问题,无法通过检测 需要在代码的前面加入以下代码就可以解决,地址是:https://stackoverflow.com/questions/44126983/eslint ...
- Json格式String类型字符串转为Map工具类
package agriculture_implement.util; import com.google.gson.Gson; import com.google.gson.JsonSyntaxEx ...
- 前端安全系列之二:如何防止CSRF攻击?
背景 随着互联网的高速发展,信息安全问题已经成为企业最为关注的焦点之一,而前端又是引发企业安全问题的高危据点.在移动互联网时代,前端人员除了传统的 XSS.CSRF 等安全问题之外,又时常遭遇网络劫持 ...