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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment