Version: 2020.1
Аудио
Graphics

Editor

Use the Editor settings (main menu: Edit > Project Settings, the select the Editor category) to apply global settings for working in Unity’s Editor.

Editor settings Editor settings

Свойство: Функция:
Unity Remote

Note: Unity Remote is deprecated in 2020.1 and future versions. To test your app on mobile devices, use the Device Simulator package instead.
Device Choose the device type you want to use for Unity Remote testing.
Unity Remote is a downloadable app designed to help with Android, iOS and tvOS development.
Compression Choose the type of image compression to use when transmitting the game screen to the device via Unity Remote. Default is JPEG.
JPEG JPEG usually gives higher compression and performance, but the graphics quality is a little lower. This is the default option.
PNG PNG gives a more accurate representation of the game display, but can result in lower performance.
Resolution Choose the resolution the game should run at on Unity Remote. Default is Downsize.
Downsize Display the game at a lower resolution. This results in better performance, but lower graphical accuracy. This is the default option.
Normal Display the game at normal resolution. This results in better graphical accuracy, but lower performance.
Joystick Source Choose the connection source for the joysticks you are using. Default is Remote.
Remote Use joysticks that are connected to a device running Unity Remote. This is the default option.
Local Use joysticks that are connected to the computer running the Editor.
Version Control
Mode Choose the visibility of meta files. You can use Unity in conjunction with most common version control tools, including Perforce and PlasticSCM. Default is Hidden Meta Files.
For more information on showing or hiding meta files, see Visible or hidden meta files at Unity Answers.
Hidden Meta Files Hide meta files. This is the default option.
Visible Meta Files Display meta files. This is useful when using version control, because it allows other users and machines to view these meta files.
Perforce Use Perforce version control system.
PlasticSCM Use PlasticSCM version control system.
Asset Serialization
Mode Choose which format to use for storing serialized Assets. This is set to Force Text by default.
Unity uses serialization to load and save Assets and AssetBundles to and from your computer’s hard drive. To help with version control merges, Unity can store Scene files in a text-based format. If you are not merging Scenes, Unity can store Scenes in a more space-efficient binary format, or allow both text and binary Scene files to exist at the same time.
Mixed Assets in Binary mode remain in Binary mode, and Assets in Text mode remain in Text mode. Unity uses Binary mode by default for new Assets.
Force Binary Convert all Assets to Binary mode, including new Assets.
Force Text Convert all Assets to Text mode, including new Assets. This is the default option.
Force Serialize References On One Line Enable this setting to make Unity write references and inline mappings on one line. If this setting is disabled, Unity splits text serialized references over multiple lines when the total characters in a line reach over 80 characters.
Default Behavior Mode
Mode Choose the default 2D or 3D development mode. Unity sets up the certain default behaviors according to the mode you choose to make development easier. Default is 3D.
3D Set Unity up for 3D development. This is the default option.
2D Set Unity up for 2D development.
Asset Pipeline
Mode Choose which Asset Pipeline version to use.
Version 1 (deprecated) Use Asset Pipeline version 1. This feature is deprecated and is no longer supported.
Version 2 Use Asset Pipeline version 2. This is the default option.
Active version Displays the active Asset Pipeline version. For a change to take effect, you must save and restart the project.
Cache Server (project specific)
Mode Choose which Cache Server to use.
Use global settings (stored in preferences) The default Cache Server set in the Preferences window is used.
Enabled Choose a specific Cache Server to use instead of the default.
Disabled No Cache Server is used.
Prefab Editing Environments
Regular Environment Assign a Scene as an editing environment in Prefab Mode for regular Prefabs (that is, Prefabs with a regular Transform component). This allows you to edit your Prefab against a backdrop of your choosing rather than an empty Scene.
See Editing a Prefab in Prefab Mode for more information.
UI Environment Assign a Scene as an editing environment in Prefab Mode for UI Prefabs (that is, Prefabs with a Rect Transform component). This allows you to edit your Prefab against a backdrop of your choosing rather than an empty Scene.
See Editing a Prefab in Prefab Mode for more information.
Graphics
Show lightmap resolution overlay This setting relates to Draw Modes in the Baked Global Illumination category. When this is enabled, Unity draws a checkerboard overlay on top of these Draw Modes, where each checker tile corresponds to one texel. Use this to check the texel density of your Scene when lightmapping.

You can also toggle this setting from the Draw Mode drop-down menu, when the active Draw Mode is from the Baked Global Illumination category.
Use legacy Light Probe sample counts Uses fixed Light Probe sample counts for baking with the Progressive Lightmapper. The sample counts are: 64 direct samples, 2048 indirect samples, and 2048 environment samples.
Enable baked cookies support For Projects created in Unity 2020.1 or above, baked cookies are enabled for Baked Lights and Mixed Lights in the Progressive Lightmapper by default. For Projects created in versions of Unity prior to 2020.1, baked cookies are disabled for Baked Lights and Mixed Lights in the Progressive Lightmapper by default. This is to provide backwards compatibility.

Enable this to enable baked cookies for Baked Lights and Mixed Lights in the Progressive Lightmapper.

For more information, see Cookies.
Sprite Packer
Mode Choose a mode to configure the Sprite Packer tool. The Sprite Packer tool automates the process of generating sprite atlases from individual Sprite Textures. Default is Disabled.
Disabled Unity does not pack Atlases. This is the default setting.
Enabled For Builds(Legacy Sprite Packer) Unity packs Atlases for builds only, and not in-Editor Play mode. This Legacy Sprite Packer option refers to the Tag-based version of the Sprite Packer, rather than the Sprite Atlas version.
Always Enabled(Legacy Sprite Packer) Unity packs Atlases for builds, and before entering in-Editor Play mode. This Legacy Sprite Packer option refers to the Tag-based version rather than the Sprite Atlas version.
Enabled For Builds Unity packs Atlases for builds only, and not in-Editor Play mode.
Always Enabled Unity packs Atlases for builds and before entering in-Editor Play mode.
Padding Power (Legacy Sprite Packer) Choose the value that the packing algorithm uses when calculating the amount of space or “padding” to allocate between packed Sprites, and between Sprites and the edges of the generated atlas. This setting is only available with the Legacy Sprite Packer.
1 Represents the value 21. Use this setting to allocate 2 pixels between packed Sprites and atlas edges. This is the default setting.
2 Represents the value 22. Use this setting to allocate 4 pixels between packed Sprites and atlas edges.
3 Represents the value 23. Use this setting to allocate 8 pixels between packed Sprites and atlas edges.
C# Project Generation
Additional extensions to include Include a list of additional file types to add to the C# Project. Separate each file type with a semicolon. By default, this field contains txt;xml;fnt;cd.
Root namespace Fill in the namespace to use for the C# project RootNamespace property. See Common MSBuild Project Properties for more information. This field is blank by default.
ETC Texture Compressor
Behavior Specify the compression tool to use for different compression qualities of ETC Textures.
The compression tools available are etcpak, ETCPACK and Etc2Comp. These are all third-party compressor libraries.
Legacy Use the configuration that was available before ETC Texture compression became configurable. This sets the following properties:
- Fast: ETCPACK Fast
- Normal: ETCPACK Fast
- Best: ETCPACK Best
Default Use the default configuration for Unity. This sets the following properties:
- Fast: etcpack
- Normal: ETCPACK Fast
- Best: Etc2Comp Best
Custom Customize the ETC Texture compression configuration. When you choose this option, the Fast, Normal, and Best properties are enabled. This maps to the Compressor Quality setting in the Texture Importer for the supported platforms.
Fast Define the compression quality tool to use for Fast compression.
Normal Define the compression quality tool to use for Normal compression.
Best Define the compression quality tool to use for Best compression.
Line Endings For New Scripts
Mode Choose the file line endings to apply to new scripts created within the Editor. Note that configuring these settings does not convert existing scripts.
OS Native Apply line endings based on the operating system the Editor is running on.
Unix Apply line endings based on the Unix operating system.
Windows Apply line endings based on the Windows operating system.
Streaming Settings
Enable Texture Streaming in Play Mode Enable mipmap Texture streaming in Play Mode.
The Quality Texture Streaming setting must also be enabled.
Shader Compilation
Asynchronous Shader Compilation Enable this checkbox to make Unity compile shaders in the background. While compiling, the Unity engine uses a dummy Shader to render geometry in the Editor. When Shader compilation has finished, the engine swaps your Shader Variant back in. This means the Editor runs seamlessly, without having to wait for the Unity engine to compile every single Shader variant before rendering. For more information, see Asynchronous Shader compilation.
Caching Preprocessor (Experimental) Enable this to use the Caching Shader Preprocessor. The Caching Shader Preprocessor is a shader preprocessor that is optimized for fast compilation. It caches intermediate preprocessing data to speed up shader import and compilation in the Editor.
Numbering Scheme
Game Object Naming Naming scheme for duplicated GameObjects. Duplicated or instantiated GameObjects are named by appending successive numbers to the original object name.
Game Object Digits Sets the amount of digits to use for duplicated GameObject numbers.
Space Before Number in Asset Names Controls whether to insert a space before a number in duplicated Asset names.

  • 2019–03–07 Asynchronous Shader Compilation setting added in 2019.1
  • 2018–09–28 New Unified Settings updates
  • 2017–11–03 Documentation updated to reflect multiple changes since 5.6
Аудио
Graphics
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961