Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0a1
2018.1.0f2
Issue ID
1033104
Regression
Yes
Upgrading project to 2018.1 or newer strips almost all materials from gameObjects and replaces them with "No Name" materials
To reproduce:
1. Download attached project "WorkflowTestbed.zip" and open in Unity
2. Open "main" scene
3. Observe "Piston", "CockpitFrame", "CockpitGlass" and "Wall" gameObjects
Expected results: All 4 gameObjects will have their original materials
Actual results: "CockpitFrame", "CockpitGlass" and "Wall" gameObjects original materials removed and replaced with a "No Name" materials.
Notes:
- This issue appears both on Windows and OSX
- The original materials still exist but are just no longer assigned to the model
- New "No Name" materials have been created for each object and assigned to each object
- For some reason, "Piston" gameObject is absolutely fine and textured as expected
Reproduced on Unity 2018.1.0a1, 2018.1.0f2, 2018.2.0b3 and 2018.3.0a1
Not Reproduced on Unity 2017.2.3f1, 2017.3.2f1 and 2017.4.2f2
Regression on Unity 2018.1.0a1
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