Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2019.1.X
Votes
0
Found in
2018.3.0a6
2018.3.5f1
2019.1.0a1
2019.2.0a1
Issue ID
1126072
Regression
No
Material has false ID and the Path is not defined when checking reference on Awake in Prefab Mode
Steps to reproduce:
1. Open Project "MaterialReferenceBug"
2. Select GameObject Prefab in the Assets Folder
3. Open "Sini" Tab in the Top Menu Bar and press "Check Reference and Renderer"
4. Check the Console and take note of the Material ID
5. Select GameObject in the Scene Hierarchy
6. Open "Sini" Tab in the Top Menu Bar and press "Check Reference and Renderer"
7. Check the Console and take note of the Material ID, it matches the previous ID
8. Select GameObject Prefab in the Assets Folder and press Open Prefab
9. Material ID is different and Path is no longer defined
Expected results: Material ID is referenced consistently in Prefab Mode, Scene Hierarchy and Assets Folder for the same GameObject, the Path is defined
Actual results: Material ID in the Prefab Mode is referenced differently from the ID in Scene Hierarchy and Assets Folder, the Path is no longer defined
Reproducible with: 2018.3.5f1, 2019.1.0b3, 2019.2.0a5
Note: Improved Prefabs were introduced in 2018.3.0a6
Update: fixed in 2018.3.10f1, 2019.1.0b6, 2019.2.0a7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment