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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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!