Search Issue Tracker
Third Party Issue
Votes
0
Found in
6000.0.47f1
6000.1.0f1
6000.2.0a9
Issue ID
UUM-103430
Regression
No
Freeze/Crash when entering Play Mode in a specific project
Steps to reproduce:
1. Open the “user’s attached project”
2. Open “SampleScene”
3. Enter Play Mode
4. Observe crash
Reproducible with versions: 6000.0.47f1, 6000.1.0f1, 6000.2.0a9
Couldn’t test with versions: 2021.3.51f1, 2022.1.0a1, 2022.3.61 (due to compiler errors)
Reproducible on: macOS 15.3.2 (M1 Max)
Not reproducible on: no other environment tested
Notes:
- Not reproducible when deactivating the “UI Manager” script for the “UIManager” GameObject
- Also reproducible in Standalone 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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
I don't observe a crash, but an infinite loop in user code, occuring in this loop:
```
while (terrainObject == null)
{
terrainObject = FindTerrainInNetwork();
}
```
Within CloudFinder.cs.