Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.5.0f3
Issue ID
854386
Regression
Yes
Unity crashes when playing animation of LineRenderer Start/End color
In Unity 5.5 you're able to make animations of LineRenderer Color, when you change LineRenderer 's colors while in "Keyframe recording mode".
Normally you should not be able to animate LineRenderer 's color.
This animation does not change colors of a LineRenderer. But when it's played it crashes Unity after some time.
Also, such animation might animate the Width, of a LineRenderer. Somehow.
To reproduce:
1. Open attached project.
2. Play "test" scene.
3. It should crash in 1-20 seconds after playing the animation.
Reproduced with: 5.5.0b3, 5.5.0f3
No reproduction: 5.6.0a1
Repro with win7. Previously crashed every time. For some reason now it happens not every time, but most of the times.
No repro with win10.
Fixed in 5.6
Key frames are no longer created, while changing the color of LineRenderer in "Keyframe recording mode".
Loading animation from 5.5 no longer changes the width of LineRenderer.
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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
msklywenn
Feb 28, 2017 13:12
cooler*
msklywenn
Feb 28, 2017 13:11
Would have been color to fix it by having it actually animate properly... Animating line renderers is quite useful for many special effects.