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

Clip children extremely slow on Android #96131

Closed
felipejfc opened this issue Aug 26, 2024 · 2 comments
Closed

Clip children extremely slow on Android #96131

felipejfc opened this issue Aug 26, 2024 · 2 comments

Comments

@felipejfc
Copy link

Tested versions

4.3 Stable

System information

Godot 4.3 Android ARM64

Issue description

A simple 2d Menu with some buttons with clip children enabled will have poor performance on Android phone. Even on good models. Testing on iOS I didn't observe the same.

Steps to reproduce

Create a button add a style like round corners, put either a label or a texture inside the button and make it clip children. See FPS drop by a lot.

Minimal reproduction project (MRP)

testproject.zip

@felipejfc
Copy link
Author

Clip enabled and disabled difference

Screenshot 2024-08-26 at 17 13 09
Screenshot 2024-08-26 at 17 12 17

@AThousandShips
Copy link
Member

Thank you for reporting, consolidating in:

See there for more details, if you think something was missed about this and it's not the same issue, please comment here and it can be reopened

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@felipejfc @AThousandShips and others