Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b4
Issue ID
909774
Regression
No
NullReferenceException is thrown when trying to record a key in the Timeline for material texture's Tiling property
To reproduce:
1. Open the project, attached by user (New Unity Project 32.zip)
2. Open Timeline
3. Select "GameObject" in the hierarchy
4. Add Animation Track in the Timeline
5. Drag "Blueisland" game object into the animator slot
6. Press Record (red circle on the Animation Track)
7. Select "Blueisland" game object in the Hierarchy
8. Expand any material on the object and change Tiling X parameter
9. Observe console
Expected: changing Tiling property of the material should add a key in the Timeline and throw no errors
Actual: no key is added and "NullReferenceException: Object reference not set to an instance of an object" error is thrown if Tiling property is changed on the material while recording in the Timeline
Reproduced in 2017.1.0b1, 2017.1.0b2, 2017.1.0b3, 2017.1.0b4, 2017.1.0b5
Cannot test for regression, Timeline was introduced in 2017.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Group Selection title text size is smaller in renaming than the actual font size
- Shader Graph validation errors are not pointing to the right implementation
- Rich Text is not correctly highlighted when searching through Debug Logs in the Console window
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
Add comment