Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.2.0a5
Issue ID
1025054
Regression
Yes
Adding Mesh Filter to object with already excising Mesh Filter throws exception
To repro:
1. Create project, add new Cube to scene.
2. Add component Mesh filter.
3. In appeared dialog window press Cancel.
Actual result: Exception falls:
MissingReferenceException: The object of type 'ContainerWindow' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Expected result: No exception happens.
Reproduces on:
2018.2.0a2 - 2018.2.0a5
Does not reproduce on:
Version 2018.1.0b13 (43de91b8ac41)
Thu, 22 Mar 2018 22:23:22 GMT
Branch: 2018.1/staging
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