Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.42f1
2021.3.13f1
2022.1.21f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-19086
Regression
Yes
Type mismatched reference value is not null when checked in Player
Reproduction steps:
1. Open the “ticket-1385501-type_mismatch“ project
2. Build And Run
3. Open Player.log and search “object is not null“
Expected result: the Player does not crash and the search returns 0 results
Actual result: the Player crashes and the search returns 1 result
Reproduced in: 2020.3.20f1, 2020.3.42f1, 2021.3.13f1, 2022.1.21f1, 2022.2.0b15, 2023.1.0a19
Not reproduced in: 2020.3.19f1
Reproduced using: Windows 11, macOS Monterey 12.0.1 (Intel)
Note: not reproduced in Editor / Play Mode
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note:
The repro case seem to contain a scene with an object whose meta file was removed, and thus the scene is corrupted. On the editor side we have a slightly different way of handling with "missing" type information to try to enable the user fix things. That explain the difference of behavior seen here.
Unfortunately we can't do anything to fix the crash: the scene needs to be manually fixed by the user.