Skip to content

Commit e2a12b4

Browse files
committed
add reference to Unity.Collections for burst compatible attribute
1 parent d4e3f58 commit e2a12b4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Runtime/StrangeLoopGames.NativeTime.Runtime.asmdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "NativeTime",
33
"references": [
4+
"Unity.Collections"
45
],
56
"optionalUnityReferences": [],
67
"includePlatforms": [

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"keywords": [
99
"NativeTime"
1010
],
11-
"type": "library"
11+
"type": "library",
12+
"dependencies": {
13+
"com.unity.collections": "0.1.0"
14+
},
15+
"resolutionStrategy": "highest"
1216
}

0 commit comments

Comments
 (0)