Commit 318e644
committed
rename Unity WebGL plugin files to avoid name collisions
Unity flattens WebGL plugins into a single output directory, so the
generic WebSocket.jslib name collided with identically named plugins
from other packages (Photon ships one), failing the build with "Plugin
'WebSocket.jslib' is used from several locations".
Only the file names change -- the exported JavaScript symbols are
unchanged and nothing references these files by name.
Thanks to @Alaadel for the report.
Assisted-by: Claude Opus 4.81 parent 49643be commit 318e644
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .github/workflows
- integrations/Unity
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
| 193 | + | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments