I run into these a lot when switching from 2020 to 2022 where the API takes 3x the LOC + more convoluted to do the same thing.
Effort needs to be made to keep the unity API terse and expressive. Keep in mind that autocomplete can’t go deeper than 1 level so This.That.Xis.WhatIWant is worse than This.WhatIWant
example with audio:
2020
![]()
2022

it’s less readable and not more expressive. Leep good old unity direct access even when it’s they’re less performant.
forum comment: add API and other synonyms
