Skip to content

fix(webgl): drop non-existent Client.Core from link.xml#118

Merged
marceld23 merged 1 commit into
mainfrom
fix/link-xml-client-core
Jun 29, 2026
Merged

fix(webgl): drop non-existent Client.Core from link.xml#118
marceld23 merged 1 commit into
mainfrom
fix/link-xml-client-core

Conversation

@marceld23

Copy link
Copy Markdown
Owner

Summary

Removes the BlocksBeyondTheStars.Client.Core entry from client/Assets/link.xml (added in #116). That assembly does not exist — the real runtime assembly is BlocksBeyondTheStars.Client, which is already listed — so the entry was a harmless no-op against IL2CPP stripping. Removed for clarity.

Follow-up cleanup to #116 (the contributor's fork is org-owned, so maintainer edits to their branch were blocked; tidying on main instead, as noted on that PR).

🤖 Generated with Claude Code

link.xml (added in #116) preserved BlocksBeyondTheStars.Client.Core, which
is not a real assembly — the runtime one is BlocksBeyondTheStars.Client,
already listed. The bogus entry was a harmless no-op; remove it for clarity.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@marceld23 marceld23 merged commit 294398d into main Jun 29, 2026
11 checks passed
@marceld23 marceld23 deleted the fix/link-xml-client-core branch June 29, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant