Search Issue Tracker
By Design
Votes
0
Found in
2018.1.5f1
Issue ID
1052978
Regression
No
[UWP] .NET build fails if in script Unity.Jobs is referenced
Steps to reproduce:
1. Download attached project
2. Switch platform to UWP
3. Change scripting backend to .NET
4. Build project
Expected results: Build is successful
Actual results: Build fails. The exception is thrown in the Console window
Exception: Assets\JobTest.cs(2,13): error CS0234: The type or namespace name 'Jobs' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
Reproduced with: 2018.3.0a3, 2018.2.0b10, 2018.1.7f1
Not reproducible on mono and IL2CPP Scripting backends
Why by design: we do not support the new Jobs system on .NET scripting backend. We made this design decision consciously for several reasons:
1. .NET scripting backend cannot support several key features that we wanted in the new job system;
2. We knew we were going to deprecate .NET scripting backend soon (it was marked deprecated in Unity 2018.2);
3. We didn't want to compromise the design of our new job system that will be a foundational building block for our future features for years to come in Unity just because .NET scripting backend (which we're about to deprecate) does not work with such design.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
Add comment