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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Issue is related to incorrect use by user