Hello, I am not sure if there is a bug or not, I am just looking for an advice
The error I am getting is
Library\PackageCache\com.unity.collections@0.12.0-preview.13\Unity.Collections\NativeList.cs(731,24): error CS7036: There is no argument given that corresponds to the required formal parameter ‘safety’ of ‘NativeArray.ReadOnly.ReadOnly(void*, int, ref AtomicSafetyHandle)’
I am getting this error only when I’m trying to build asset bundles with custom asset bundles system. It may affect precompiler directives. Regular workflow works fine
Is it possible that you are missing the target platform package? Eg having scripting runtime set to IL2CPP but not having IL2CPP module for windows installed will lead to this error.
A lot has changed since the original post, there’s a chance it’s not the same issue. If you think you’ve hit a bug please file a report, make sure to include relevant editor/package versions.