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
- "NullReferenceException" error is thrown when swapping between built-in and URP depending on assets loaded out of asset bundles
- Objects receive a black outline in Ray Traced Screen Space Reflections
- NullReferenceException Occurs When Baking APV with GPU Streaming Enabled
- Scene renders incorrectly when using RenderGraphUtils.AddCopyPass
- [URP] Searchable context menu instantly closes when attempting to open it
Add comment