Search Issue Tracker
Won't Fix
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
- "HideFlags.HideAndDontSave" flag does not work when the Components are added in OnEnable and Awake methods
- Graph VFX not compiling enterely until they are open on MACOS
- Longer component titles exceed the window's display boundaries
- Overlapping objects do not collide when setting Physics.IgnoreCollision to false
- Crash on RaiseException when deleting animation transitions in a specific Animation Controller
Resolution Note:
The issue no longer reproduces