Search Issue Tracker
Won't Fix
Votes
2
Found in [Package]
1.2.3 - Entities
1.3.X - Entities
7000.0.0a1
Issue ID
ECSB-1153
Regression
No
PlayMode Tests fail with “System.Exception : This method should have been replaced by source gen.” exception when running Tests with Jobs inside
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the Test Runner window (Window > General > Test Runner)
3. Open the “PlayMode” tab
4. Run the tests
5. Observe the test output
Expected result: The tests pass successfully
Actual result: The tests fail due to “System.Exception : This method should have been replaced by source gen.” exception
Reproducible with: 0.51.1-preview.21 (2021.3.39f1), 1.2.3 (2022.3.34f1, 6000.0.7f1)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note:
IJobEntity jobs are only meant to be used from inside systems. Using .Run or .Schedule from outside a system is not supported. For a reference on how to test that kind of jobs, check Unity.Entities.Tests/ForEachCodegen/JobEntityISystemTests.cs in the entities package.