FixedDPI 选择此值时,将显示 Target DPI 属性。

使用 Target DPI 属性可设置游戏屏幕的目标 DPI。如果设备的屏幕原始 DPI 高于此值,则 Unity 会降低游戏画面分辨率以匹配此设置。这有助于优化性能和电池续航时间。还可以用于定位特定的 DPI 设置。

Unity 计算缩放比例的方式为 min(Target DPI * Factor / Screen DPI, 1) Factor 使用 Quality 设置中输入的 Resolution Scaling Fixed DPI Factor 值。 Reset resolution on window resize Indicates whether to set the screen resolution to the new native window size when the native window size changes. If you set Resolution Scaling Mode to Fixed DPI , Unity recalculates the resolution based on Fixed DPI property.

Orientation

Default Orientation 下拉菜单中选择游戏的屏幕方向。默认设置是 Auto Rotation 。如果选择此设置,则屏幕将按照设备方向旋转。

选择其他设置可以确定主屏幕按钮在屏幕上出现的固定位置:

Disable Depth and Stencil Enable this option to disable the depth and stencil buffers. This setting applies to both Android and iOS. Render Over Native UI 启用此选项可强制应用程序在原生 iOS 或 Android UI 之上渲染。此设置对 Android 和 iOS 均适用。 Show Loading Indicator 选择如何显示加载指示符。选项为 Large Inverse Large Small Inverse Small

对于 iPhone 或 iPad,如果选择 Launch screen type 下拉菜单中的 Custom Storyboard 选项,会出现 Custom Storyboard 按钮。

单击 Custom Storyboard 按钮可选择一个故事板,以便游戏在设备上启动时显示该故事板。要让故事板出现在这里,必须首先在 Xcode 中创建故事板并将其复制到您的项目中。有关更多信息,请参阅关于 故事板、场景和连接 的 Apple 开发者文档。

禁用 Use Storyboard for Launch Screen 复选框时,可以采用下列方法之一来实现启动画面:

如果不使用自定义故事板,可以使用 Unity 的内置启动画面来实现启动画面。

启动画面 是一个故事板文件,iOS 通过该文件动态地在设备上创建启动画面。具有以下局限性:

  • 无法根据 iPad 的设备方向来显示不同内容。
  • 所有的 iPhone 都支持横向启动屏幕,但是,由于有个缺陷,某些 iOS 版本中显示 Landscape Left 启动屏幕,而不是 Landscape Right
  • 在 iOS 13 之前,无法覆盖故事板的根视图控制器,因此启动画面支持所有方向并忽略部分 UI 设置,例如状态栏行为。从 iOS 13 开始,启动画面与应用的方向和状态栏外观设置完全符合。
  • 这些限制也适用于自定义故事板。

    iPhone Launch Screen iPad Launch Screen 部分中,为 iPhone 和 iPad 选择 Launch screen type 选项:

    Default When you select this option, Unity adds a solid blue-black image that’s the same color as the background for Unity’s default splash screen. The image is used for both portrait and landscape orientations, and displays using aspect-fill mode. Apple no longer supports Launch Images. This option exists for backwards compatibility reasons. If you select it, your project will use Unity’s default splash screen instead. Image and background (relative size) Displays an image in the center of the screen and fills the remaining area with a solid color. Portrait Image Select an image for portrait orientation. Landscape Image Select an image for landscape orientation. Background Color Select a background color to fill any screen space that the image doesn’t cover. Fill percentage Specify image size as a percentage of the screen size. Unity calculates image size based on the length or width of the screen, whichever one is smaller (vertical for landscape displays, horizontal for portrait ones). Image and background (constant size) Displays an image in the center of the screen and fills the area with a solid color. This has the same options as Image and background (relative size) , except that you specify image size in points rather than as a percentage.

    Tip: Points and pixels are not the same. A pixel (px) is a single dot in your image. A point (pt) is a unit of length that measures 1/72th of an inch. Pixel sizes are relative to the screen size and resolution, while point sizes are the size on any screen. For more information, see W3C guidance on size units. Custom XIB When you select this option, the Custom XIB button appears. Click the button to select a custom XIB file to use as a loading screen. Custom Storyboard When you select this option, the Custom Storyboard button appears. Click the button to select a custom Storyboard file to use as a loading screen. Enable Internal Profiler (Deprecated) 此功能已被弃用,在 Unity 的未来版本中将不再使用。请改用 Profiler 窗口 (菜单: Window > Analytics > Profiler )。

    性能分析器 (Profiler) 可收集应用程序的性能数据并将报告输出至控制台。报告包含每个 Unity 子系统在每帧上执行时所用的毫秒数,并在 30 帧范围内取平均值。 On .Net UnhandledException 选择在发生 .NET 未处理的异常时 Unity 采取的操作。提供的选项为 Crash (应用程序崩溃并生成崩溃报告,用户可将该报告提交到 iTunes 并由开发人员用于对崩溃问题进行故障排除)或 Silent Exit (应用程序退出且不报错,也不生成崩溃报告)。 Log Obj-C Uncaught Exceptions 启用此操作后,Unity 会将 Objective-C 未捕获异常信息输出至控制台。 Enable Crash Report API 启用自定义崩溃报告程序以捕获崩溃。您可以使用脚本通过 CrashReport API 来访问崩溃日志。 Color Gamut 可以为 iOS 平台添加或删除 色域 以用于渲染。单击加号 (+) 图标查看可用色域的列表。色域定义了给定设备(如监视器或屏幕)可以使用的所有颜色范围。sRGB 色域是默认色域(也是必需色域)。

    如果目标设备是具备宽色域显示屏的新款 iOS 设备,请使用 DisplayP3 充分利用显示能力。对于旧设备,使用 Metal Editor Support 作为后备选项。 Metal Editor Support 启用此选项可在 Unity Editor 中使用 Metal API,并释放更快速的 着色器 迭代以定位 Metal API。

    注意: 选中或取消选中此选项需要您重新启动 Editor,更改才能生效。 Metal API Validation 如果需要调试着色器问题,请启用此选项。仅当选中 Metal Editor Support 复选框时,才会显示此选项。

    注意: 验证会提高 CPU 使用率,因此仅在进行调试时使用。 Metal Write-Only Backbuffer 允许在非默认设备方向上提高性能。此属性会在后缓冲区上设置 frameBufferOnly 标志,因此会阻止从后缓冲区的回读,但可实现一定程度的驱动程序优化。 Force hard shadows on Metal 启用此选项可强制 Unity 在 Metal 中对阴影使用点采样。这样会降低阴影质量,但可以提高性能。 Memoryless Depth 选择何时使用 无记忆渲染纹理 。无记忆渲染纹理在渲染时临时存储在区块内存中,而不是存储在 CPU 或 GPU 内存中。这可减少应用程序的内存使用量,但您无法读取或写入这些渲染纹理。

    注意: 只有 iOS、tvOS 10.0+ Metal 和 Vulkan 上支持无记忆渲染纹理。在其他平台上,渲染纹理受读/写保护并存储在 CPU 或 GPU 内存中。 Unused 从不使用无记忆帧缓冲区深度。 Forced 始终使用无记忆帧缓冲区深度。 Automatic 让 Unity 决定何时使用无记忆帧缓冲区深度。 Multithreaded Rendering 启用此选项可使用多线程渲染。 Static Batching 启用此选项可使用静态批处理。有关更多信息,请参阅 绘制调用批处理 Dynamic Batching 启用此选项可使用动态批处理(默认情况下会启用此选项)。有关更多信息,请参阅 绘制调用批处理

    注意: 可编程渲染管线 激活时,动态批处理无效,所以仅当 Graphics 设置中的 Scriptable Render Pipeline Asset 为空时,此设置才可见。 Compute Skinning 启用此选项可使用 Metal GPU 计算蒙皮,这样可以释放 CPU 资源。要了解有关 GPU 计算蒙皮的更多信息,请参阅 关于骨骼动画的 Wikipedia 页面 Graphics Jobs (Experimental) Enable this option to instruct Unity to offload graphics tasks (render loops) to worker threads running on other CPU cores. This reduces the time spent in Camera.Render on the main thread, which is often a bottleneck.

    Note: This feature is experimental. It might not deliver a performance improvement for your Project, and might introduce instabilitiy. 纹理压缩格式 Choose between ASTC and PVRTC as the default texture compression format for iOS. Check the texture compression format overview for more information. Normal Map Encoding 选择 XYZ DXT5nm 样式_对法线贴图编码进行设置。此设置影响用于法线贴图的编码方案和压缩格式。 DXT5nm 样式_的法线贴图质量更高,但在着色器中解码成本更高。 Lightmap Encoding 选择 Low Quality Normal Quality High Quality 来设置光照贴图编码。此设置影响光照贴图的编码方案和压缩格式。 Lightmap Streaming Enabled Whether to use Mipmap Streaming for lightmaps. Unity applies this setting to all lightmaps when it generates them.
    Note: To use this setting, you must enable the Texture Streaming Quality setting. Streaming Priority Set the priority for all lightmaps in the Mipmap Streaming system . Unity applies this setting to all lightmaps when it generates them.
    Positive numbers give higher priority. Valid values range from –128 to 127. Enable Frame Timing Stats 启用此选项可收集 CPU/GPU 帧时序统计信息。 Virtual Texturing Currently not supported on iOS. Shader precision model Controls the default precision of samplers used in shaders. See Shader data types and precision for more details. 360 Stereo Capture Currently not supported on iOS. Bundle Identifier Enter the provisioning profile of the application you are building. The basic structure of the identifier is com.CompanyName.ProductName . This structure might vary based on which country you live in, so always default to the string Apple provides to you for your Developer Account. Your ProductName is set up in your provisioning certificates.
    The Bundle Identifier must follow the convention com.YourCompanyName.YourProductName and must contain only alphanumeric and hyphen characters. For more information, see CFBundleIdentifier .
    Important : Unity automatically replaces any invalid characters you type with a hyphen.

    To set this property, enable Override Default Bundle Identifier . Version 输入捆绑包的 release-version-number 字符串(例如,4.3.6)。

    此值在关联的 info.plist 文件中显示为 CFBundleShortVersionString 。有关更多信息,请参阅 Apple 开发者文档的 CFBundleShortVersionString 部分。 Build 输入此应用程序版本的构建版本号。

    此值在关联的 info.plist 文件中显示为 CFBundleVersion 。有关更多信息,请参阅 Apple 开发者文档的 CFBundleVersion 部分。 Signing Team ID 输入您的 Apple Developer Team ID。您可以在 Apple 开发者网站上的 Xcode Help 下找到此信息。这将为生成的 Xcode 项目设置 Team ID,从而允许开发者使用 Build and Run 功能。必须输入 Apple Developer Team ID 才能为应用程序自动签名。

    有关更多信息,请参阅 Apple 开发者文档的 创建团队资源调配配置文件 (Creating Your Team Provisioning Profile) 部分。 Automatically Sign 启用此选项可指示 Xcode 自动为您的构建版本签名。 Scripting Backend 脚本后端确定 Unity 如何在项目中编译和执行 C# 代码。对于 iOS,此设置默认为 IL2CPP,并且无法更改。

    IL2CPP 将 C# 代码编译为 CIL,将 CIL 转换为 C++,然后将该 C++ 编译为本机机器代码,该代码在运行时直接执行。有关更多信息,请参阅
    IL2CPP 的文档。

    由 IL2CPP 脚本后端生成的 C++ 代码可以逐步更新,从而允许增量式 C++ 构建系统仅编译更改的源文件。这种方式可以显著降低迭代次数。 API Compatibility Level 兼容性级别确定您可以在项目中使用哪些 .NET API。此设置可能会影响与第三方库的兼容性。

    提示 :如果您遇到第三方程序集的问题,可以尝试下文的 API Compatibility Level 部分中的建议。 .Net Standard 2.0 兼容 .NET Standard 2.0 。生成较小的构建并具有完整的跨平台支持。 .Net 4.x 如果使用的库需要访问 .NET Standard 2.0 中未包含的 API,请选择此选项。兼容 .NET Framework 4(包括 .NET Standard 2.0 配置文件中的所有内容以及其他 API)。

    生成更大的构建版本,并且某些可用的其他 API 可能并不是在所有平台上都受支持。有关更多信息,请参阅 引用其他类库程序集 的文档。 C++ Compiler Configuration 在编译 IL2CPP 生成的代码时使用的 C++ 编译器配置。对于 iOS,此设置默认为 Release,并且无法更改。 Use incremental GC Use the incremental garbage collector, which spreads garbage collection over several frames to reduce garbage collection-related spikes in frame duration. For more information, see documentation on Automatic Memory Management .
    API Compatibility Level

    You can choose your mono API compatibility level for all targets. Sometimes a third-party .NET library uses functionality that is outside of your .NET compatibility level. If you’re on Windows, you can use the third-party software ILSpy to understand what’s happening and how to fix it. Follow these steps:

  • Install ILSpy for Windows.
  • Drag the .NET assemblies for the API compatibility level that you are having issues with into ILSpy. You can find these under Frameworks/Mono/lib/mono/YOURSUBSET/ .
  • 拖入第三方程序集。
  • 右键单击第三方程序集并选择 Analyze
  • 在分析报告中,检查 Depends on 部分。在此部分中会以红色突出显示第三方程序集所依赖的但在您选择的 .NET 兼容性级别中不可用的任何内容。
  • Accelerometer Frequency Define how often to sample the accelerometer. You can set the frequency at 15Hz , 30Hz , 60Hz , or 100Hz . Use a lower frequency for better performance. If your app doesn’t use the accelerometer, select Disabled . Mute Other Audio Sources 如果希望您的应用程序从后台运行的其他应用程序中停止音频,请启用此选项。否则,后台音频会继续与您的应用程序一起播放。 Prepare iOS for Recording 启用此选项可初始化麦克风录音 API。这会降低录音延迟,但也会通过耳机重新传送 iPhone 音频输出。 Force iOS Speakers when Recording 启用此选项可通过内置扬声器发送手机的音频输出,即使插入耳机和录音也是如此。 Requires Persistent WiFi 启用此选项可要求 Wi-Fi 连接。iOS 在应用程序运行时保持有效的 Wi-Fi 连接。 Allow downloads over HTTP (nonsecure) 启用此选项可允许通过 HTTP 下载内容。默认且推荐使用的文件传输协议为 HTTPS,这种协议更加安全。 Supported URL schemes 支持的 URL 方案 列表。

    要添加新方案,请增大 Size 属性的值,然后在出现的新 Element 框中设置对要加载的资源的引用。 Target SDK 选择应用程序所针对的 SDK。选项包括 Device SDK Simulator SDK

    注意: 请务必选择正确的 SDK。例如,如果在 Unity 中选择 Device SDK 并在 Xcode 中以 Simulator 为目标,那么构建将失败。 Target minimum iOS Version 选择运行应用程序所需要的最低 iOS 版本。 Enable ProMotion Support 启用此选项可在 ProMotion 显示屏上允许高频刷新率 (120 Hz)。这可能会导致您的应用程序消耗更多的电池电量。 Requires ARKit support 启用此选项可在应用程序发布到 App Store 时将目标设备限制为 iPhone 6s/iOS 11 或更新款的设备。 Automatically add capabilities 启用此选项后,Unity 会生成一个 entitlements.plist 文件,并为应用程序所实现的 iOS API(例如 Game Center 或 Notifications)添加功能。有关更多信息,请参阅 Apple 开发者文档的 授权 (Entitlements) 部分。 Defer system gestures on edges 选择一个或多个边缘,用户必须轻扫两次相应的边缘才能作为系统手势。选项包括 Top Edge Left Edge Bottom Edge Right Edge Hide home button on iPhone X 启用此选项可在应用程序运行时隐藏 iPhone X 设备上的主屏幕按钮。 Render Extra Frame on Pause 启用此选项可在应用程序暂停时逐一发出其他帧。这允许您的应用程序显示图形,用于指示应用程序进入后台时的暂停状态。 Enable Custom Background Behaviors 选择当用户按下主屏幕按钮以将应用程序送入后台时允许该应用程序执行的操作。有关示例,请参阅 BackgroundFetch Bitbucket 项目。选项为:

    - Audio, AirPlay, PiP
    - Location updates
    - Voice over IP
    - Newsstand downloads
    - External accessory communication
    - Uses Bluetooth LE accessories
    - Act as a Bluetooth LE accessory
    - Background fetch
    - Remote notifications

    Variant map for app slicing

    展开 Variant map for app slicing 部分可查看脚本中配置的变体名称列表。有关变体的更多信息,请参阅 应用程序切片

    注意: 如果未显示该部分,请确保已启用 Use on Demand Resource 属性。

    可以使用加号 (+) 和减号 (-) 图标添加和删除新变体。还可以从列表中选择变体,并在 Variant settings 下查看或修改其设置。对于任何的这些设置( Variant name 除外),如果选择 Custom value ,则会在其下方显示一个附加属性,然后可在其中输入要使用的值:

    Graphics 选择要使用的 Metal 框架 。选项包括 Any_(默认值)、 Metal1v2 Metal2v2 Metal2v3 Metal3v1 Metal3v2 Metal4v1_ 和 Custom value

    有关更多信息,请参阅 Apple 开发者文档的 Metal 部分。 Display color space 选择要使用的色域。选项包括 Any_(默认值)、 sRGB DisplayP3_ 和 Custom value Scripting Define Symbols Set custom compilation flags. For more details, see the documentation on Platform dependent compilation . Additional Compiler Arguments Add entries to this list to pass additional arguments to the Roslyn compiler. Use one new entry for each additional argument.
    To create a new entry, press the ‘+’ button. To remove an entry, press the ‘-’ button.
    When you have added all desired arguments, click the Apply button to include your additional arguments in future compilations.The Revert button resets this list to the most recent applied state. Suppress Common Warnings Disable this setting to display the C# warnings CS0169 and CS0649 . Allow ‘unsafe’ Code Enable support for compiling ‘unsafe’ C# code in a pre-defined assembly (for example, Assembly-CSharp.dll ).
    For Assembly Definition Files ( .asmdef ), click on one of your .asmdef files and enable the option in the Inspector window that appears. Use Deterministic Compilation Disable this setting to prevent compilation with the -deterministic C# flag. With this setting enabled, compiled assemblies are byte-for-byte identical each time they are compiled.
    For more information, see Microsoft’s deterministic compiler option documentation . Enable Roslyn Analyzers Disable this setting to compile user-written scripts without Roslyn analyzer DLLs that might be present in your project. Use Roslyn Reference Assemblies Disable this setting to the compiler not to skip compilation reference assemblies when the metadata of the assembly does not change. Preloaded Assets 设置一个资源数组,供播放器在启动时加载。

    要添加新资源,请增大 Size 属性的值,然后在出现的新 Element 框中设置对要加载的资源的引用。 AOT compilation options 提前 (AOT) 编译的附加选项。这有助于 优化构建的 iOS 播放器的大小 Strip Engine Code 如果希望 Unity Linker 工具删除您的项目不使用的 Unity 引擎功能的代码,请启用此选项。此设置仅适用于 IL2CPP 脚本后端。

    大多数应用程序并不会使用每个可用的 DLL。此选项会剥离您的应用程序不使用的 DLL,从而减小所构建的 Player 的大小。如果您的应用程序使用的一个或多个类通常在当前设置下会被删除,则当您尝试构建该应用程序时,Unity 将显示一条调试消息。 Managed Stripping Level 选择 Unity 剥离未使用的托管 (C#) 代码时的激进程度。

    当 Unity 构建应用程序时,Unity Linker 进程可以从项目使用的托管 DLL 中剥离未使用的代码。剥离代码可以使生成的可执行文件显著减小,但有时可能会意外删除正在使用的代码。此设置允许您选择 Unity 删除未使用代码时应采取的激进程度。

    可用选项为: Disabled Low Medium High 。有关这些选项的更多信息,请参阅 托管代码剥离 的文档。

    有关使用 IL2CPP 进行字节码剥离的信息,请参阅 使用 IL2CPP 进行托管字节码剥离 的文档。 Script Call Optimization 选择如何在运行时选择性地禁用异常处理以提高速度。有关更多信息,请参阅 iOS 优化 Slow and Safe 使用完整的异常处理(使用 Mono 脚本后端时会对设备的性能有一些影响)。 Fast but no Exceptions 不为设备上的异常提供数据(使用 Mono 脚本后端时应用程序运行速度更快)。
    注意 :将此选项与 IL2CPP 脚本后端一起使用不会影响性能,但是可能有助于避免发布版本中出现未定义的行为。 Vertex Compression 设置每个通道的顶点压缩。例如,可以为除位置和光照贴图 UV 之外的所有内容启用压缩。导入对象的全局网格压缩设置将覆盖这些设置。 Optimize Mesh Data 启用此选项可从网格中删除应用于网格的材质不需要的所有数据(例如切线、法线、颜色和 UV)。

    XR settings

    注意: 对 XR SDK 的内置支持已被弃用,在 Unity 的未来版本中将不再使用。请改用 Unity XR 插件系统。有关更多信息,请参阅 XR 插件架构

    使用 XR Settings 部分可配置应用程序在 XR 中的行为。

    独立平台播放器的 XR Settings
    Virtual Reality SDKs 在列表中添加和删除虚拟现实 SDK。此列表仅在启用 Virtual Reality Supported 时可用。

    - 要将 SDK 添加到列表中,请单击加号 (+) 按钮。
    - 要从列表中删除 SDK,请选择它,然后单击减号 (-) 按钮。

    某些 SDK 提供了额外设置,这些设置显示在此处。 Stereo Rendering Mode 选择希望应用程序为虚拟现实设备渲染的方式。 Multi Pass 这是正常的渲染模式。Unity 渲染场景两次:首先渲染左眼图像,然后再次为右眼图像。 Single Pass 将两个眼睛图像同时渲染到一个打包的渲染纹理中。这意味着整个场景只渲染一次,这大大减少了 CPU 处理时间。此设置会影响多个平台。