Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
0
Found in
2017.4.0f1
2018.3.13f1
2019.1.0a1
2019.1.0f2
2019.2.0a1
Issue ID
1146672
Regression
No
"-executeMethod" does not await and exits without completing when the method is async
Steps to repro:
1. Download and extract the project
2. Run the Test method in batch mode (using `-batchmode -projectPath <> -executeMethod "BatchTest.Test" -logFile <> -quit`)
3. Observe the log file
Expected result: Log file should print out "Finished!" when the method finishes.
Actual result: Log file shows "Beginning test!" but does not print out "Finished!" which is at the end of the method.
Reproduced in: 2017.4.25f1, 2018.3.13f1, 2019.1.0f2, 2019.2.0a12
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
Add comment