You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,18 @@ Provides extensions to Unity's `NativeArray<T>` that make using .NET's Span<T> w
23
23
#### Prerequisites
24
24
25
25
```
26
-
Unity 2021.3.x
26
+
Unity 2020.3.x
27
+
(Unity 2021.3.x is the recommended version however)
27
28
```
28
29
29
30
(Newer Unity versions should be fine as well)
30
31
32
+
#### Unity 2020.3.x Prerequisites
33
+
34
+
**IF YOU ARE USING UNITY 2020.3.x WITH THIS PACKAGE, READ THIS**. (Newer versions do not need this step!)
35
+
36
+
`System.Memory` dll is required (this is where `Span<T>` use to come from). This package it self has no direct dependent installation method for `System.Memory`. You can either install it directly into your Unity project from [NuGet](https://www.nuget.org/packages/System.Memory) (by extracting it from the `.nupkg` file), or via an automatic seamless UPM integration, such as [Voltstro UPM](https://github.com/Voltstro/VoltstroUPM#using-unitynuget-packages), [OpenUPM](https://openupm.com/nuget/), or [UnityNuGet](https://github.com/xoofx/UnityNuGet).
37
+
31
38
### Installation Methods
32
39
33
40
There are three main sources on how you can install this package. Pick which ever one suites you the best!
0 commit comments