Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0f3
Issue ID
979812
Regression
No
Material properties cannot be accessed after modifying any script or saving
Steps to reproduce:
1. Open attached “Materials.zip” Unity project
2. Open “Main” scene
3. Change object order in Scene (or make any other change to enable scene saving)
4. Save Scene
Expected results:
Nothing unusual happens and Render Texture in scene continues being rendered
Actual results:
Render Texture is no longer rendered and material properties cannot be accessed
Reproduced in 2018.1.0b1, 2017.3.0f3, 2017.2.1p1, 2017.1.2p4, 5.6.5f1, 5.6.0f1
Note: Reopening scene will make Material properties accessible again
-----------------------
By design:
Property needs to be declared as a serialized type
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment