Search Issue Tracker
Not Reproducible
Votes
0
Found in
2021.3.47f1
2022.3.54f1
6000.0.31f1
6000.1.0a8
6000.2.0a1
Issue ID
UUM-92131
Regression
No
Missing Behaviour warning is displayed when reloading domain in Play mode
How to reproduce:
1. Open the attached “IN-90469“ project
2. Open the General Preferences window (Edit > Preferences > General)
3. Ensure that the “Script Changes While Playing” field is set to “Recompile And Continue Playing”
4. Enter Play mode
5. In the Project window, from the Assets folder, open "TestScript.cs" and remove the comment in the 1st line
6. Wait for Domain reload to finish
7. Observe the Console window
Expected result: No warnings appear
Actual result: Several “The referenced script (Unknown) on this Behaviour is missing!“ warnings appear in the Console
Reproducible in: 2021.3.47f1, 2022.3.54f1, 6000.0.31f1, 6000.1.0a8
Reproducible on: Windows 10 (by User), Windows 11
Not reproducible on: No other environments tested
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:
Not reproducible