Search Issue Tracker
Won't Fix
Won't Fix in 1.4.X
Votes
1
Found in [Package]
1.4.0-exp.2 - Entities
Issue ID
ECSB-1652
Regression
No
Warning "[Worker1] The referenced script is missing on flag (index 1 in components list)." stops displaying when entering and exiting the Play Mode for 3 times
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Art Assets/Scenes/ForAll/LobbyMenuScene.unity” Scene
3. Enter the Play Mode
4. Observe Warning “[Worker1] The referenced script is missing on flag (index 1 in components list).“ in Console
5. Exit Play Mode
6. Repeat steps 3 and 5 for 3 more times
Expected result: Warning “[Worker1] The referenced script is missing on flag (index 1 in components list).” is present
Actual result: The Warning message is no longer displayed
Reproducible with: 1.3.2 (6000.0.46f1), 1.4.0-exp.2 (6000.0.46f1)
Reproducible on:
Play Mode
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment 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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (1.4.X):
This is expected behavior during baking. Warnings do not prevent the baking process from succeeding.
When entering play mode after a successful bake, the Sub Scene will not be re-baked, and the warning will not be emitted.