Unity Issue Tracker - "Pointers and fixed size buffers may only be used in an unsafe context" compilation error is thrown when using partial ISystem
Fixed
ECSB-1053
"Pointers and fixed size buffers may only be used in an unsafe context" compilation error is thrown when using partial ISystem
Package: Entity Component System (ECS)
Won't Fix
1.2.X
If this is addressed, it will be in 1.3.X
How to reproduce:
1. Open the attached project “SplitBug”
2. Observe the Console
Expected results: The are no compilation errors
Actual results: “Pointers and fixed size buffers may only be used in an unsafe context” error is thrown
Reproducible on: Windows 11 Pro, Windows 10
Not reproducible on: No other environment tested
Note: There is a second error message “Assets\Script\Assembly\TestSystem1.Partial.cs(17,9): error CS0103: The name 'Debug' does not exist in the current context” which seems to be related to the first one
Prioritise and Follow this issue
Have a workaround or additional info about this issue?