UUM-66493
Listed in 2022.3.67f1Mentioned in 1 Unity 2022 LTS release note.
Latest mention is in 2022.3.67f1 under "Improvements" (Sep 25, 2025).
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2022.3.67f1 | Improvements iOS | Improvement | Added support for CAMetalDisplayLink. It is enabled by default on ios (when built with xcode15+ and run ios17+). It can be overriden at runtime by tweaking/overriding [UnityAppController shouldUseMetalDisplayLink] method. By default it is disabled on tvos, since most of them are slow, and failing to catch up with target FPS (on complex scenes) will result in confusing GPU hang messages. |