1 简单使用

1点击下三角可以选择自己的配置,

2点击Add可以配置自己想要的画面质量,

3从左到右,依次是PC,IOS,android不懂平台质量设置,绿色对勾表示当前平台选择的质量。

2 参数

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 ResHalf ResQuarter 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 2x4x 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: LowMediumHigh 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倍抗锯齿,边显得平滑。

https://www.cnblogs.com/lancidie/p/6971354.html

https://docs.unity3d.com/560/Documentation/Manual/class-QualitySettings.html

unity Quality Settings 质量设置相关推荐

  1. Unity质量设置 Quality Settings

    公司项目的 设置. Unity allows you to set the level of graphical quality it will attempt to render. Generall ...

  2. 日落20180705001 - Unity质量设置

    系统:Windows 7 引擎:Unity 5.6.5p4 质量设置一般在QualitySetting可以看到,具体打开方式就是Edit->Project Settings->Qualit ...

  3. [Unity3d]Player Settings导出设置

    [Unity3d]Player Settings导出设置 分类:  Unity3D2013-12-22 14:25  413人阅读  评论(0) 收藏  举报 目录(?)[+] Player Sett ...

  4. Unity使用ShaderGraph,设置SRP的RenderPipelineAsset后,原有材质显示紫色的问题

    文章目录 一.问题 二.解决办法 一.问题 Unity使用ShaderGraph,需要创建一个RenderPipelineAsset,然后在PlayerSettings - Graphics - Sc ...

  5. Django在settings.py设置安装软件路径,遇到 'Settings' object is not subscriptable报错

    1.由于在搞一个导出pdf的功能时,需要指定下面的一个配置,代码如下: config = pdfkit.configuration(wkhtmltopdf='D:\\SoftWare\\wkhtmlt ...

  6. Unity资源导入自动化设置

    Unity资源导入自动化设置 简介 具体实现 新的问题 解决方法 简介 大家都知道,在Unity中导入的资源不同类型有不同的设置, 例如:模型文件导入之后是这样的 当导入数量少的时候我们可以手动去改, ...

  7. Jenkins SonarQube Quality Gate质量门禁检查

    文章目录 Jenkins SonarQube Quality Gate质量门禁检查 安装SonarQube Quality Gate插件 配置SonarQube Instance 在Jenkins j ...

  8. android10.0(Q) Settings 添加设置项——动态方式

    为什么要这样做? 上一篇通过静态方式添加配置项,应用场景太局限. 所以继续研究加载原理,终于发现了动态加载的奥秘. 效果图 文件清单 frameworks\base\packages\Settings ...

  9. unity导入的模型设置详谈(后面动作)

    此次咱们以2018版本为例,其他版本也差不多,有需要可以下方评论,我告诉大家对应的设置在哪,怎么设置. 咱们先讲Model这一栏 Scene:场景级属性,例如是否导入灯光和照相机,以及使用什么比例因子 ...

最新文章

  1. 架设SharePoint工作组网站(上)
  2. python基础教程视频教程百度云-Python零基础入门学习视频教程全42集百度云网盘下载...
  3. 动态SQL字符长度超过8000
  4. es搜索热度属性_是不是场吊打局?奥迪A6L对比雷克萨斯ES
  5. flask查询mysql数据展示_flask再学习-思考之怎么从数据库中查询数据在页面展示!...
  6. 基于2D-RNN的鲁棒行人跟踪
  7. (ヒトコト)一个挺有趣的东西!作为一个动漫宅,游戏宅来说还是一个挺有趣的接口!banner上面就是...
  8. hdu2157:How many ways??
  9. 一只老猴子说的话,太经典了!
  10. HTML关于机器猫的小游戏,HTML5/CSS3 哆啦A梦 | 机器猫卡通肖像
  11. c++ 函数中定义函数
  12. java中的criteria_java-jpa-criteriaBuilder使用入门
  13. NLP情感分析笔记(二):Updated情感分析
  14. fromPromise
  15. YUV与RGB格式转换
  16. android 三星存储位置设置,三星手机如何设置储存位置
  17. Chartboost ane sdk 使用教程
  18. IT痴汉的工作现状23-乡关何处
  19. 零基础go还是python_零基础学习Python的经验之谈
  20. java 天猫项目_2018最新Java前后端练手项目【模仿天猫前端】

热门文章

  1. 【Windows】清除指定文件类型的默认打开方式
  2. (java)密码加密。某系统的数字密码,比如1983,采用加密方式进行传输,规则如下:先得到每位数,然后每位数都加上5,再对10求余,最后将所有数字反转,得到一串新数。
  3. 【定时任务】Springboot定时任务
  4. Unity2019中的android动态申请权限(Permissions)
  5. pmp证书报考流程+pmp备考+pmp学习干货+pmp指南汇总
  6. 面试常考的常用数据结构与算法
  7. html onclick事件无效 巨坑
  8. js 斐波那契—卢卡斯数列 例子 以及 变态青蛙
  9. http 状态码以及http请求、响应
  10. OC代码转Swift代码