Search Issue Tracker
Fixed
Fixed in 1.4.X - Entities, 7000.0.0a1
Votes
0
Found in [Package]
1.3.14 - Entities
7000.0.0a1
Issue ID
ECSB-1690
Regression
No
Exceptions are thrown when using the Schedule() method on Job invocation
How to reproduce:
1. Open the “ScheduleInvocationBug.zip“ project
2. Open the “SampleScene“
3. Enter Play Mode
4. Observe the Console
Expected result: “Works“ info message is logged in the Console
Actual result: “Exception: This method should have been replaced by source gen.“ is logged in the Console
Reproducible in: 1.2.0 1.3.14 (2022.3.62f1, 6000.0.49f1, 6000.1.4f1, 6000.2.0b1)
Could not test in: 1.0.8 (2022.3.62f1, 6000.0.49f1) (Burst related package errors)
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Workaround: In code, create the Job object before using the Schedule() method
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
- Decal not projected on top of a Lit Material when MSAA is enabled, and Rendering Path is Forward or Forward+ in a Standalone Build
- Separation lines between minimized fields become invisible when scrolling in the Profiler
- Drag & drop and object picker assignment fail when ExposedReference variables are used in a Timeline clip
- AudioSource.time prints out 0 when AudioSource is not playing even if it is manually set
- [Android][GameActivity] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 8 simultaneous touch inputs
Resolution Note (fix version 7000.0.0a1):
Scheduling a job in Runtime from a method invocation will no longer throw "Exception: This method should have been replaced by source gen."
Resolution Note (fix version 1.4.X - Entities):
Scheduling a job in Runtime from a method invocation will no longer throw "Exception: This method should have been replaced by source gen."