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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
Resolution Note:
Issue is related to incorrect use by user