Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2019
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeArraySOA.cs Line: 159)
  3.  
  4. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeArraySOA.cs(166,37): error CS1620: Argument 1 must be passed with the 'ref' keyword
  5.  
  6. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeArraySOA.cs Line: 166)
  7.  
  8. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeQueue.cs(190,20): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'DisposeSentinel.Create(out AtomicSafetyHandle, out DisposeSentinel, int, Allocator)'
  9.  
  10. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeQueue.cs Line: 190)
  11.  
  12. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeBuffer.cs(70,29): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'DisposeSentinel.Create(out AtomicSafetyHandle, out DisposeSentinel, int, Allocator)'
  13.  
  14. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeBuffer.cs Line: 70)
  15.  
  16. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeQueue.cs(304,37): error CS1620: Argument 1 must be passed with the 'ref' keyword
  17.  
  18. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeQueue.cs Line: 304)
  19.  
  20. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs(529,29): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'DisposeSentinel.Create(out AtomicSafetyHandle, out DisposeSentinel, int, Allocator)'
  21.  
  22. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs Line: 529)
  23.  
  24. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs(619,37): error CS1620: Argument 1 must be passed with the 'ref' keyword
  25.  
  26. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs Line: 619)
  27.  
  28. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs(697,29): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'DisposeSentinel.Create(out AtomicSafetyHandle, out DisposeSentinel, int, Allocator)'
  29.  
  30. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs Line: 697)
  31.  
  32. Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs(811,37): error CS1620: Argument 1 must be passed with the 'ref' keyword
  33.  
  34. (Filename: Library\PackageCache\com.unity.collections@0.0.9-preview.1\Unity.Collections\NativeHashMap.cs Line: 811)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement