Skip to content

Commit 169ef4c

Browse files
author
David Lassonde
committed
* Stricter list of platforms
1 parent 5963d17 commit 169ef4c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Packages/com.unity.formats.fbxsdk/com.unity.formats.fbxsdk.asmdef

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "com.unity.formats.fbxsdk",
33
"references": [],
44
"optionalUnityReferences": [],
5-
"includePlatforms": [],
5+
"includePlatforms": [
6+
"Editor",
7+
"macOSStandalone",
8+
"WindowsStandalone64"
9+
],
610
"excludePlatforms": [],
711
"allowUnsafeCode": false
8-
}
12+
}

0 commit comments

Comments
 (0)