Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2021.3.17f1
2023.1.0b2
Issue ID
UUM-30303
Regression
No
Unity hangs on the "Asset Pipeline Refresh" when entering the Play Mode or Player and the "Spawn Controller" script is enabled
How to reproduce:
1. Open the project “IN_29490”
2. Enter the Play Mode
Expected result: Unity doesn’t hang
Actual result: Unity hangs in Play Mode
Reproducible with: 2021.3.17f1, 2023.1.0b2
Couldn’t test with: 2020.3.44f1, 2021.3.18f1, 2022.2.5f1 (due to compiler errors)
Reproducible on: Windows 10 Pro
Notes:
- If the “Spawn Controller“ script in “SpawnController” GameObject is disabled the issue is not reproducible
- Also reproducible in Player
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:
This appears to be user error. When investigating the issue, it seems that the code is getting trapped in an infinite loop in DrawTracks() - if trackDimension.y = 0 and buildpoint.z = 0, then DrawTracks will always run forever. If you believe these conditions are reached as part of a bug, please feel free to re-open and provide more information so that we can get this solved. Thanks!
Resolution Note (2023.1.X):
This appears to be user error. When investigating the issue, it seems that the code is getting trapped in an infinite loop in DrawTracks() - if trackDimension.y = 0 and buildpoint.z = 0, then DrawTracks will always run forever. If you believe these conditions are reached as part of a bug, please feel free to re-open and provide more information so that we can get this solved. Thanks!