Skip to content

Commit

Permalink
Merge pull request #521 from Reag/feature/AsmdefRestrictions
Browse files Browse the repository at this point in the history
Add asmdef Restrictions to Unity Runtime
  • Loading branch information
azrogers authored Oct 24, 2024
2 parents bb729b9 + 09e9dae commit 5755cf6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Runtime/CesiumRuntime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"Unity.Mathematics",
"Unity.Splines"
],
"includePlatforms": [],
"includePlatforms": [
"Android",
"Editor",
"iOS",
"macOSStandalone",
"WSA",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
Expand Down

0 comments on commit 5755cf6

Please sign in to comment.