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

SubEmitter inherited velocity doubles at runtime #349

Closed
rhksdn2314 opened this issue Dec 31, 2024 · 6 comments
Closed

SubEmitter inherited velocity doubles at runtime #349

rhksdn2314 opened this issue Dec 31, 2024 · 6 comments
Assignees
Labels

Comments

@rhksdn2314
Copy link

Hi, I encountered another issue while using the package. When a SubEmitter is registered to a ParticleSystem and Inherit Velocity is enabled, the behavior differs between Edit Mode and Runtime. In Edit Mode, the SubEmitter behaves as expected. However, during Runtime, the velocity of the SubEmitter appears to double unexpectedly.

image
image
image

Here is the sample scene(Asset/Packages/ProjectSettings): Test2.zip

Note:
Additionally, when both the owner ParticleSystem and the SubEmitter have their Simulation Space set to World, the particles generated by the SubEmitter are offset incorrectly relative to the owner. This misalignment only occurs when both systems are using World Simulation Space.

Thank you

@rhksdn2314 rhksdn2314 added the bug Something isn't working label Dec 31, 2024
@mob-sakai
Copy link
Owner

Thank you for your reporting!

@mob-sakai
Copy link
Owner

mob-sakai commented Dec 31, 2024

The attached zip file does not include the scene where the issue is reproduced...
image

Could you please attach a minimal project (included Assets, Packages and ProjectSettings directories) that reproduces the issue?
Of course, you don't need to include any secret assets from your project. Feel free to use free assets instead.

repos

@rhksdn2314
Copy link
Author

Oh, sorry for my mistake.
Here it is again
Test2.zip

@mob-sakai
Copy link
Owner

Thank you. 👍

github-actions bot pushed a commit that referenced this issue Jan 3, 2025
## [4.10.6](v4.10.5...v4.10.6) (2025-01-03)

### Bug Fixes

* sub-emitter particles may not render correctly in certain scenarios ([8276684](8276684)), closes [#348](#348)
* sub-emitter's `inherit velocity` module doubles at runtime ([67de3d1](67de3d1)), closes [#349](#349)
@mob-sakai
Copy link
Owner

🎉 This issue has been resolved in version 4.10.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Jan 3, 2025
## [4.10.6](v4.10.5...v4.10.6) (2025-01-03)

### Bug Fixes

* sub-emitter particles may not render correctly in certain scenarios ([8276684](8276684)), closes [#348](#348)
* sub-emitter's `inherit velocity` module doubles at runtime ([67de3d1](67de3d1)), closes [#349](#349)
github-actions bot pushed a commit that referenced this issue Jan 3, 2025
# [5.0.0-preview.14](5.0.0-preview.13...5.0.0-preview.14) (2025-01-03)

### Bug Fixes

* sub-emitter particles may not render correctly in certain scenarios ([8276684](8276684)), closes [#348](#348)
* sub-emitter's `inherit velocity` module doubles at runtime ([67de3d1](67de3d1)), closes [#349](#349)
@mob-sakai
Copy link
Owner

🎉 This issue has been resolved in version 5.0.0-preview.14 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants