Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maroon-564 Remove unnecessary CanvasRenderers from all GameObjects with TMP_Text components #571

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

FlorianGlawogger
Copy link
Collaborator

Close #564
Created an Editor script that checks all scenes and prefabs if any GameObject has a TMP_Text, and a CanvasRenderer, and not a TextMeshProUGUI component, if so, it removes the CanvasRenderer.
This resulted in >500 removed CanvasRenderers that were unnecessary, thus saving performance and getting rid of the vast majority of warnings in Maroon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CanvasRenderers from TMPs
1 participant