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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment