Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0b10
2018.1
Issue ID
976091
Regression
Yes
[Renderer] Mesh Particle Pivot offset adjustment based on particle size has changed from 2017.3 to 2018.1
Looks like we were using size*size before, and now it is just size.
(i.e. to make the particles appear in the same position, a size of 0.5 in 2017.3 has to be 0.25 in 2018.1, a size of 2 in 2017.3 has to be 4 in 2018.1, etc.)
Repro steps:
1. Open Scene1 from the attached project in 2017.3 (I tried in b10)
2. Observe position of particles
3. Open Scene1 from the attached project in latest trunk (I tried 2018.1.0a5)
4. Observe the different position of the particles.
Notes:
- Seems to be Mesh mode specific; 2018.1 has both modes behave identical, while 2017.3 meshes were receiving a different offset from billboards. So this might be a fix and expected behavior.
- Regression, introduced in 2018.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
- "CommandBuffer: temporary render texture not found while executing" warning is shown when Compatibility Mode is enabled and Camera stacking is used
- NotImplementedException is thrown when using System.String.Replace(String, String, Boolean, CultureInfo)
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
Add comment