Search Issue Tracker
Fixed
Votes
3
Found in
4.0.0f7
Issue ID
501178
Regression
No
Stretched Billboard particles improperly offset from emitter
Click on fx_hit_slash_pf in the hierarchy view.
Notice that the particles do not play centered on the emitter.
Change the particle render mode from "Stretched Billboard" to "Billboard" Notice that the particle now plays centered on the emitter as expected.
Stretched Billboard should not move the "center" of the particle.
Comments (5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A 404 page is opened when selecting "Open Documentation" on the Float Node in Shader Graph
- Shader Graph Importer's Documentation Reference button leads to a 404 page
- Crash on WriteParticleLineVertex when particle systems are rendered in a specific project
- Asset names longer than the allowed system file path are not handled gracefully
- Moving VFX Particles leave a ghosting trial in Ray Traced Screen Space Reflections
shubhamswaraj2021
Aug 18, 2020 05:31
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
jack3821
Feb 24, 2020 09:41
I am also developing a new tracker for pets that owners use when they go with them outside. You can find research at https://www.rushmyessay.com/cheap-essay-writing-service/ which will help you to know more about it.
MindsEyeGames
Feb 17, 2018 13:43
+1 to this, I can see the use case where this matters but I personally have run into a ton of scenarios where I wish I could edit the "pivot" of the stretched particles.
* Making a jet of particles in this mode, you see particles appear "behind" the spawn point
* When particles bounce off colliders, this causes visual disjoint when they quickly change direction
* etc
This was filed in 2012? For 4.0.0f7? And says Fix in Review? Is this going to be fixed?
RElam
Jun 16, 2015 23:20
I'd be happy to see a normalized value indicating the 'stretch center', essentially the X position on your texture where the rotation point is, defaulting to 0 (current behavior). IMO it's a sizable shortcoming to the stretched billboard implementation.
Torbach78
Jan 24, 2014 21:42
This is intended use of a stretch. The billboard scales in 1 direction (screen right of the texture) so you will always have a predictable end for a missile or projectile that can dynamically stretch with speed variables.
if centered scale must lengthen in both directions to remain centered and you'd need another transform to compensate to make sure the end of a projectile appears to collide as expected at it's "tip"
I do think a solution should exist that lets you pick "top, top left, left, bottom left... etc.and even allow "rotation" to pass through to UV But the Stretch billboard should not always operate at center like the default billboard