Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.3
2019.1
2019.1.8f1
2019.2
2019.3
Issue ID
1166175
Regression
No
Writing to a newly assigned native slice within a job fails
Reproduction steps:
1. Open "Native_slice_issue.zip" project
2. Open "SampleScene" scene
3. Enter Play mode
4. Notice error: "InvalidOperationException: The native container has been declared as [ReadOnly] in the job, but you are writing to it."
Expected Result: Writing to a newly assigned native slice within a job succeeds
Actual Result: Writing to a newly assigned native slice within a job fails
Reproduced with: 2019.3.0a8, 2019.2.0b8, 2019.1.8f1, 2018.4.3f1
Did not reproduce on: 2017.4.29f1 (Scripting Errors)
Comments (3)
-
JackBowlock
Jun 12, 2021 18:33
Strahge problem, did you solve it?
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Issue is related to incorrect use by user