We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d9782 commit b2cc6b2Copy full SHA for b2cc6b2
Runtime/Extensions/SpanExtensions.cs
@@ -1,4 +1,4 @@
1
-#if ENABLE_UNSAFE
+#if UNITY_2021_1_OR_NEWER || SYSTEM_MEMORY
2
namespace SolidUtilities
3
{
4
using System;
Runtime/SolidUtilities.asmdef
@@ -11,9 +11,9 @@
11
"defineConstraints": [],
12
"versionDefines": [
13
14
- "name": "org.nuget.system.runtime.compilerservices.unsafe",
+ "name": "org.nuget.system.memory",
15
"expression": "",
16
- "define": "ENABLE_UNSAFE"
+ "define": "SYSTEM_MEMORY"
17
}
18
],
19
"noEngineReferences": false
0 commit comments