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.
Comments (2)
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
- Unused Particle System Renderer Mesh settings cause performance degradation when calling SetActive
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
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.