UUM-741
Fixed in 2022.3.12f1Mentioned in 11 Unity 2022 LTS release notes.
First fixed in 2022.3.12f1 (Oct 26, 2023).
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2022.3.12f1 | Changes Graphics | Change | D3D11 will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to disable anti aliasing. | |
| 2022.3.12f1 | Changes Graphics | Change | D3D12 will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to disable anti aliasing. | |
| 2022.3.12f1 | Changes Graphics | Change | GLES will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Changes Graphics | Change | IOS will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Changes Graphics | Change | Mac will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Changes Graphics | Change | RenderTexture will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to disable anti aliasing. | |
| 2022.3.12f1 | Changes Graphics | Change | TvOS will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Changes Graphics | Change | Vulkan will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Changes UI | Change | Added "Unsupported MSAA Fallback" in player settings to specify how to handle cases with unsupported sample counts. | |
| 2022.3.12f1 | Changes URP | Change | Vulkan URP will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4. | |
| 2022.3.12f1 | Fixes Graphics | Fix | MSAA sample count will fallback with same sample count, no matter what API is used. |