com.unity.cinemachine
com.unity.cinemachine copied to clipboard
CMCL-1397: Use TypeCache where appropriate
Purpose of this PR
TypeCache is an optimization when iterating type using reflection. Using TypeCache to search for types speeds up domain reload time.
Testing status
- [ ] Added an automated test
- [ ] Passed all automated tests
- [x] Manually tested
Codecov Report
Attention: Patch coverage is 22.58065% with 24 lines in your changes are missing coverage. Please review.
Project coverage is 26.95%. Comparing base (
ab0f4f1) to head (26f767d).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #977 +/- ##
==========================================
- Coverage 27.03% 26.95% -0.08%
==========================================
Files 248 248
Lines 27870 27826 -44
==========================================
- Hits 7535 7501 -34
+ Misses 20335 20325 -10
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.