Skip to content

Commit

Permalink
feat: specify only the editor and WebGL platform inside the assembly (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rWiNSS authored Apr 24, 2024
1 parent 8718d5b commit 557de68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Runtime/livekit.unity.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "LiveKitBridge",
"rootNamespace": "LiveKit",
"references": [],
"includePlatforms": [],
"includePlatforms": [
"Editor",
"WebGL"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
Expand Down
2 changes: 1 addition & 1 deletion Runtime/livekit.unity.Runtime.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 557de68

Please sign in to comment.