Skip to content

Commit 28da5fa

Browse files
Update minimum unity editor version supported to 2018.3
1 parent 1f1199b commit 28da5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.mathematics",
33
"displayName": "Mathematics",
44
"version": "0.0.1-preview.1",
5-
"unity": "2018.1",
5+
"unity": "2018.3",
66
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax. This package is still in experimental phase.",
77
"keywords": [
88
"unity"

0 commit comments

Comments
 (0)