Unity Issue Tracker - The Editor freezes when continuosly moving the Player in one direction and randomly spawing GameObjects
Closed
UUM-59750
The Editor freezes when continuosly moving the Player in one direction and randomly spawing GameObjects
Unity: Scripting Runtime
Won't Fix
6.0.X
2023.3.X
2023.2.X
2022.3.X
2021.3.X
Editor hang caused by infinite loop in customer's project.
Cancelling this 2023.2 tech release issue since the support for this release has come to end of life. Cancelling this 2023.2 port case does not affect any LTS or Unity 6 Beta/Preview that remain open.
Reproduction steps:
1. Open the attached “repro-project“
2. Open the “Assets/Scenes/SampleScene.unity“ scene
3. Enter Play Mode
4. Move the character continuously in one direction away from the initial scene using the WASD keys
Expected Result: The game runs smoothly with planets spawning at regular intervals without causing any freezes or performance drops as the player character moves continuously in one direction
Actual result: The Editor freezes after the first planet GameObject spawns and before the second planet spawns