This page details the Player settings specific to macOS. For a description of the general Player settings, refer to Player SettingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary.
You can find documentation for the properties in the following sections:
Activate the Override for Windows, Mac, Linux setting to assign a custom icon for your desktop game. You can upload different sizes of the icon to fit each of the squares provided.
Use the Resolution and Presentation section to customize aspects of the screen’s appearance.
This section allows you to customize the screen mode and default size.
Property | Description |
---|---|
Run In Background | Enable this option to allow the application to run in the background when it loses focus. When disabled, the application pauses when it loses focus. |
Fullscreen Mode | Choose the full-screen mode. This defines the default window mode at startup.
|
Default Is Native Resolution | Enable this option to make the game use the default resolution used on the target machine. Note: This property isn’t visible if you set Fullscreen Mode to Windowed. |
Default Screen Width | Set the default width of the game screen in pixels. Note: This property is visible only if you set Fullscreen Mode to Windowed. |
Default Screen Height | Set the default height of the game screen in pixels. Note: This property is visible only if you set Fullscreen Mode to Windowed. |
Mac Retina Support | Enable this option to enable support for high DPI (Retina) screens on a Mac. Unity enables this by default. This enhances Projects on a Retina display, but it’s somewhat resource-intensive when active. |
Use this section to specify the settings to customize the screen. For example, you can set options for users to resize the screen and specify the number of instances that can run concurrently.
Property | Description |
---|---|
Use Player Log | Activate this option to write a log file with debugging information. Warning: If you plan to submit your application to the Mac App Store, leave this option deactivated. For more information, refer to Identification. |
Resizable Window | Activate this option to allow resizing of the desktop player window. Note: If you deactivate this option, your application can’t use the Windowed Fullscreen Mode. |
Visible in Background | Activate this option to display the application in the background when using Windowed Fullscreen Mode. This option isn’t supported on macOS. |
Allow Fullscreen Switch | Activate this option to allow default OS full-screen key presses to toggle between full-screen and windowed modes. |
Force Single Instance | Activate this option to restrict desktop players to a single concurrent running instance. |
Use DXGI flip model swap chain for D3D11 | Using the flip model ensures the best performance. This setting affects the D3D11 graphics API. Deactivate this option to fall back to the Windows 7-style BitBlt model. For more information, refer to PlayerSettings.useFlipModelSwapchain. |
Use the Virtual Reality Splash Image setting to select a custom splash image for Virtual RealityVirtual Reality (VR) immerses users in an artificial 3D world of realistic images and sounds, using a headset and motion tracking. More info
See in Glossary displays. For information on common Splash Screen settings, refer to Splash Screen.
Use these settings to customize how Unity renders your game for desktop platforms.
Property | Description |
---|---|
Color Space | Choose which color space to use for rendering. For more information, refer to Linear rendering overview.
|
MSAA Fallback | Select the multi sample antialiasing fallback strategy to upgrade or downgrade the sample count if the sample count requested by the user is not supported by the device.
|
Auto Graphics API for Windows | Enable this option to use the recommended Graphics API on the Windows machine the game is running on. Disable it to add and remove supported Graphics APIs. |
Auto Graphics API for Mac | Enable this option to use the recommended Graphics API on the Mac the game is running on. Disable it to add and remove supported Graphics APIs. Windows doesn’t support this property. |
Auto Graphics API for Linux | Enable this option to use the recommended Graphics API on the Linux machine it runs on. Disable it to add and remove supported Graphics APIs. |
Metal API Validation | Enable this option to use in-Editor tool to debug Shader issues. On a draw call, the tool checks a shaders expected textures and buffers against the attached and confirms its compatibility. The results of the checks are available in the console. Metal API Validation doesn’t enable Apple’s Metal API validation, but you can enable it by setting Run in Xcode as to Debug in the Build Profiles window for macOS and iOS. Note: This setting only appears when running the Editor on macOS. |
Metal Write-Only Backbuffer | Allow improved performance in non-default device orientation. This sets the frameBufferOnly flag on the back buffer, which prevents readback from the back buffer and enables some driver optimization. |
Force hard shadows on Metal | Enable this option to force Unity to use point sampling for shadows on Metal. This reduces shadow quality, which improves performance. |
Memoryless Depth | Choose when to use memoryless render textures. Memoryless render textures are temporarily stored in the on-tile memory when rendered, not in CPU or GPU memory. This reduces memory usage of your app but you can’t read or write to these render textures. Note: Memoryless render textures are only supported on iOS, tvOS 10.0+, Metal, and Vulkan. Render textures are read/write protected and stored in CPU or GPU memory on other platforms.
|
Multithreaded Rendering | Enable this option to move graphics API calls from Unity’s main thread to a separate worker thread. This can help to improve performance in applications that have high CPU usage on the main thread. |
Static Batching | Enable this option to use static batchingA technique Unity uses to draw GameObjects on the screen that combines static (non-moving) GameObjects into big Meshes, and renders them in a faster way. More info See in Glossary. |
Dynamic Batching | Use Dynamic BatchingAn automatic Unity process which attempts to render multiple meshes as if they were a single mesh for optimized graphics performance. The technique transforms all of the GameObject vertices on the CPU and groups many similar vertices together. More info See in Glossary on your build (enabled by default). Note: Dynamic batching has no effect when a Scriptable Render Pipeline is active, so this setting is only visible if the Scriptable Render Pipeline Asset Graphics setting is blank. |
Sprite Batching Threshold | Controls the maximum vertex threshold used when batching. |
GPU Skinning | Calculate mesh skinning and blend shapes on the GPU via shaders to free up CPU resources and improve performance.
|
Graphics Jobs (Experimental) | Enable this option to instruct Unity to offload graphics tasks (render loops) to worker threads running on other CPU cores. This is intended to reduce 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 new crashes. |
Lightmap Encoding | Defines the encoding scheme and compression format of the lightmaps. You can choose from Low Quality, Normal Quality, or High Quality |
HDR Cubemap Encoding | Defines the encoding scheme and compression format of the HDR Cubemaps. You can choose from Low Quality, Normal Quality, or High Quality. For more information, refer to Lightmaps: Technical information. |
Lightmap Streaming | Enable this option 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 Mipmap 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 . |
Frame Timing Stats | Enable this property to gather CPU and GPU frame timing data using FrameTimingManager API. If you disable this property, Dynamic ResolutionA Camera setting that allows you to dynamically scale individual render targets to reduce workload on the GPU. More info See in Glossary camera setting can’t use this data to dynamically adjust the resolution to reduce GPU workload. |
OpenGL: Profiler GPU Recorders | Enable profiler recorders when rendering with OpenGL. |
Allow HDR Display Output | Enable HDR mode output when the application runs. This only works on displays that support this feature. If the display doesn’t support HDR mode, the game runs in standard mode. |
Use HDR Display Output | Checks if the main display supports HDR, and if it does, swaps to HDR output when the application launches. Note: This option is available only when Allow HDR Display Output is active. |
Swap Chain Bit Depth | Select the number of bits in each color channel for swap chain buffers. For more information on bit depth, refer to D3DHDRDisplayBitDepth. Note: This setting is visible only when Use HDR Display Output is enabled.
|
Virtual Texturing (Experimental) | Reduce GPU memory usage and texture loading times if your Scene has many high resolution textures. For more information, refer to Virtual Texturing. Note: The Unity Editor requires a restart for this property to take effect. |
360 Stereo Capture | Indicate whether Unity can capture stereoscopic 360 images and videos. When enabled, Unity compiles additional shader variants to support 360 capture (currently only on Windows/OSX). The enable_360_capture keyword is added during the RenderToCubemap call, but isn’t triggered outside of this function. |
Load/Store Action Debug Mode | Highlights undefined pixels that might cause rendering problems on mobile platforms. This affects the Unity Editor Game view, and your built application if you select Development Build in the Platform Settings section of the Build Profiles window. For more information, refer to LoadStoreActionDebugModeSettings. |
Property | Description |
---|---|
Override Default Bundle Identifier | Indicates whether you can manually set the bundle identifier. Note: This setting affects macOS, iOS, tvOS, and Android. |
Bundle Identifier | Enter the Bundle Identifier of your application. This appears as CFBundleIdentifier in the associated info.plist file. The Bundle Identifier must follow the convention com.YourCompanyName.YourProductName and must contain only alphanumeric and hyphen characters. For more information, refer to CFBundleIdentifier.Important: Unity automatically replaces any invalid characters you type with a hyphen. |
Build | Enter the build number for this version of your app. This appears as CFBundleVersion in the associated info.plist file. For more information, refer to CFBundleVersion. |
Category | Enter the string corresponding to the app’s type. The App Store uses this string to select the appropriate categorization for the app. By default, this is public.app-category.games . For more information, refer to LSApplicationCategoryType. |
Mac App Store Validation | Activate this so that your app only runs when it has a valid receipt from the Mac App Store. This prevents people from running the game on a different device. Only deactivate this setting if you have implemented your own receipt validation. |
The Use Player Log property creates a log file with debugging information, helping to investigate any problems with your game. Deactivate this when publishing games for Apple’s Mac App Store, as Apple can reject your submission if activated. For more information, refer to Log Files. The Use Mac App Store Validation property activates receipt validation for the Mac App Store. If activated, your game only runs when it has a valid receipt from the Mac App Store. Use this when submitting games to Apple for publishing on the App Store. This prevents people from running the game on a different computer.
Note: This feature doesn’t implement any strong copy protection. In particular, any potential crack for one Unity game can work for any other Unity content. For this reason, it’s recommended that you implement your own receipt validation code on top of this, using Unity’s plug-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
See in Glossary feature. Because Apple requires plug-in validation to initially happen before showing the screen setup dialog, it’s recommended to activate this property to avoid Apple rejecting your submission.
Property | Description |
---|---|
Scripting Backend | Choose the scripting backend you want to use. The scripting backend determines how Unity compiles and executes C# code in your Project.
|
API Compatibility Level | Choose which .NET APIs you can use in your project. This setting can affect compatibility with third-party libraries. However, it has no effect on Editor-specific code (code in an Editor directory, or within an Editor-specific Assembly Definition). Tip: If you’re having problems with a third-party assembly, you can try the suggestion in the API Compatibility Level section.
|
Editor Assemblies Compatibility Level | Select which .NET APIs to use in your Editor assemblies.
|
IL2CPP Code Generation | Defines how Unity manages IL2CPP code generation. Note: To use this, set Scripting Backend to IL2CPP. |
C++ Compiler Configuration | Choose the C++ compiler configuration used when compiling IL2CPP generated code.
|
IL2CPP Stacktrace Information | Choose the information to include in a stack trace. For further details on the information types, refer to Managed stack traces with IL2CPP.
|
Use incremental GC | Uses the incremental garbage collector, which spreads garbage collection over several frames to reduce garbage collection-related spikes in frame duration. For more information, refer to Automatic Memory Management. |
Allow downloads over HTTP | Indicate whether to allow downloading content over HTTP. The default option is Not allowed due to the recommended protocol being HTTPS, which is more secure.
|
Active Input Handling | Choose how to handle input from users.
|
Target minimum macOS Version | Enter the minimum version of macOS that the application will run on. |
Camera Usage Description | Enter the reason for accessing the camera on the device. |
Microphone Usage Description | Enter the reason for accessing the microphone on the device. |
Bluetooth Usage Description | Enter the reason for accessing the device’s Bluetooth connection. |
Supported URL schemes | A list of supported URL schemes. To add new schemes, increase the value of the Size property then set a reference to the Asset to load in the Element field. |
You can choose your mono API compatibility level for all targets. Sometimes a third-party .NET library uses functionality that’s outside of your .NET compatibility level. To understand what’s going on in such cases, and how to best fix it, try following these suggestions:
Frameworks/Mono/lib/mono/YOURSUBSET/
.Property | Description | |
---|---|---|
Shader Precision Model | Select the default precision shaders use. For more information, refer to Use 16-bit precision in shaders.
|
|
Strict shader variant matching | Enable this option to use the error shader for rendering if a shader variant is missing in the Player build and display an error in the console. The error specifies the shader, subshader index, pass, and keywords used for shader variant search | |
Keep Loaded Shaders Alive | Keep all loaded shaders alive and prevent unloading. |
Use these settings to control how much memory shadersA program that runs on the GPU. More info
See in Glossary use at runtime.
Property | Description |
---|---|
Default chunk size (MB) | Sets the maximum size of compressed shader variant data chunks Unity stores in your built application for all platforms. The default is 16 . For more information, refer to Shader loading. |
Default chunk count | Sets the default limit on how many decompressed chunks Unity keeps in memory on all platforms. The default is 0 , which means there’s no limit. |
Override | Enables overriding Default chunk size and Default chunk count for this build target. |
Chunk size (MB) | Overrides the value of Default chunk size (MB) on this build target. |
Chunk count | Overrides the value of Default chunk count on this build target. |
Property | Description |
---|---|
Scripting Define Symbols | Sets custom compilation flags. For more details, refer to Platform dependent compilation. |
Additional Compiler Arguments | Adds 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, click Add (+). To remove an entry, click Remove (-). When you have added all desired arguments, click Apply to include your additional arguments in future compilations. Click Revert to reset this list to the most recent applied state. |
Suppress Common Warnings | Indicates whether to display the C# warnings CS0169 and CS0649. |
Allow ‘unsafe’ Code | Enables 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 | Indicates whether to prevent compilation with the -deterministic C# flag. With this setting enabled, compiled assemblies are byte-for-byte the same each time they’re compiled. For more information, refer to C# Compiler Options that control code generation. |
Property | Description |
---|---|
Prebake Collision Meshes | Adds collision data to Meshes at build time. |
Preloaded Assets | Sets an array of Assets for the player to load on startup. To add new Assets, increase the value of the Size property and then set a reference to the Asset to load in the new Element box that appears. |
Managed Stripping Level | Choose how aggressively Unity strips unused managed (C#) code. When Unity builds your app, the Unity Linker process can strip unused code from the managed DLLs your Project uses. Stripping code can make the resulting executable smaller, but can sometimes remove code that’s in use. For more information about these options and bytecode stripping with IL2CPP, refer to ManagedStrippingLevel.
|
Vertex Compression | Sets vertex compression per channel. This affects all the meshes in your project. Typically, Vertex Compression is used to reduce the size of mesh data in memory, reduce file size, and improve GPU performance. For more information on how to configure vertex compression and limitations of this setting, refer to Compressing mesh data. |
Optimize Mesh Data | Enable this option to strip unused vertex attributes from the mesh used in a build. This option reduces the amount of data in the mesh, which can help reduce build size, loading times, and runtime memory usage. Warning: If you have this setting enabled, don’t change material or shader settings at runtime. For more information, refer to PlayerSettings.stripUnusedMeshComponents. |
Texture Mipmap Stripping | Enables mipmap stripping for all platforms. It strips unused mipmap levels from Textures at build time. Unity determines unused mipmap levels by comparing the mipmap level against the quality settings for the current platform. If a mipmap level is excluded from every quality setting for the current platform, then Unity strips those mipmap levels from the build at build time. If QualitySettings.globalTextureMipmapLimit is set to a mipmap level that has been stripped, Unity will set the value to the closest mipmap level that hasn’t been stripped. |
Select your preferred stack trace method by enabling the option that corresponds to each Log Type (Error, Assert, Warning, Log, and Exception) based on the type of logging you require. For more information, refer to stack trace logging.
Property | Description |
---|---|
None | No logs are ever recorded. |
ScriptOnly | Logs only when running scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info See in Glossary. |
Full | Logs all the time. |
Property | Description |
---|---|
Clamp BlendShapes (Deprecated) | Activate the option to clamp the range of blend shape weights in SkinnedMeshRenderers. |
Property | Description |
---|---|
Capture Startup Logs | Enable this option to generate debug information in the log files during the startup of your application. |