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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment