Skip to content

GPUParticles2D: Fix Collision shape for Animated Particles #107614

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cosparks
Copy link
Contributor

@cosparks cosparks commented Jun 17, 2025

I was just going through older particles issues and came across #91523, which is still reproducible on latest master (currently 46c495c). The reporter proposed a sensible solution afaict, and I don't see any reason that it shouldn't be merged.

closes #91523

@cosparks cosparks requested a review from a team as a code owner June 17, 2025 06:23
@AThousandShips AThousandShips added bug topic:2d topic:particles cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release labels Jun 17, 2025
@AThousandShips AThousandShips added this to the 4.5 milestone Jun 17, 2025
- change ptr to Ref counted object
@cosparks cosparks force-pushed the fix-animated-2d-gpu-particle-animations branch from 9e0b0d2 to 7948733 Compare June 17, 2025 15:19
@KoBeWi
Copy link
Member

KoBeWi commented Jun 18, 2025

The solution looks fine, but the collision does not update when you modify the material.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release topic:particles topic:2d
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPUParticles2D collisions don't work correctly when using particle animations
3 participants