Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.3p3
Issue ID
957900
Regression
No
Running a playmode test while recompiling can get the tester stuck
To reproduce:
1) Create new project
2) Open Test Runner Window
3) Enable Playmode Tests (and restart editor when prompted)
4) Create Playmode Test
5) Create some dud Assert (like Assert.AreEqual(15,16))
6) Create new C# script
7) Reimport step 6 script
8) Quickly (while recompiling process is still going) Run All (or just that Playmode test)
Expected: All goes normally
Actual: TestRunner temp scene is created but then the process gets stuck and the tests aren't tested
Reproduced in 5.6.3p3, 2017.3.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment