Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2020.3.35f1
2021.3.3f1
2022.1.3f1
2022.2.0a3
Issue ID
UUM-662
Regression
No
UnassignedReferenceException when reopening a project
Reproduction steps:
1. Open the user's attached project
2. Enter Play mode
3. Press the "Update Balance" button and observe the console
4. Exit Play mode
5. Search for "ERC1155BalanceOfExample.cs" in project search and open it
6. Uncomment lines 106 and 107
7. Repeat steps 2, 3 and 4
8. In "ERC1155BalanceOfExample.cs" in the project comment out lines 106 and 107
9. Repeat steps 2 and 3
10 Close and reopen the project and repeat steps 2 and 3
Expected result: Clear console
Actual result: "UnassignedReferenceException" null reference is shown in the console
Reproduced with: 2019.4.37f1, 2020.3.33f1, 2021.3.0f1, 2022.1.0b15, 2022.2.0a9
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The issue no longer reproduces
Resolution Note (2022.2.X):
The issue no longer reproduces