Skip to content

Remove unsupported platforms from asmdef#2688

Closed
jzapdot wants to merge 1 commit into
getsentry:mainfrom
jzapdot:patch-1
Closed

Remove unsupported platforms from asmdef#2688
jzapdot wants to merge 1 commit into
getsentry:mainfrom
jzapdot:patch-1

Conversation

@jzapdot
Copy link
Copy Markdown

@jzapdot jzapdot commented May 20, 2026

The latest SDK 4.3.1 doesn't compile for Unity 6000.3.11f1 when pulled from UPM. Instead:

  • There are compilation errors due to the editor AssemblyDefinition package/Editor/io.sentry.unity.editor.asmdef not finding the runtime AssemblyDefinition package/Editor/Runtime/io.sentry.unity.runtime.asmdef.
  • The runtime AssemblyDefinition package/Editor/Runtime/io.sentry.unity.runtime.asmdef doesn't load in the editor. In the inspector it shows a warning for invalid platforms.
image

I resolved these issues locally by customizing the package, removing the unsupported platforms, and toggling off the "Use Guids" checkbox on the package/Editor/Runtime/io.sentry.unity.runtime.asmdef and manually assigning the package/Editor/Runtime/io.sentry.unity.runtime.asmdef file.

This PR:

  • Removes unsupported platforms 'Lumin' and 'Stadia' from the assembly definition.

I wasn't able to to determine why the package could not be assigned via guid. This is usually due to something being off with the meta guid assigned to the AsmDef and requires blowing away the meta and re-updating the AssemblyDefinition to have the original settings.

Removed unsupported platforms 'Lumin' and 'Stadia' from the assembly definition.
@sdk-maintainer-bot
Copy link
Copy Markdown

This PR has been automatically closed. All non-maintainer contributions must reference an existing GitHub issue.

Next steps:

  1. Find or open an issue describing the problem or feature
  2. Discuss the approach with a maintainer in the issue
  3. Once a maintainer has acknowledged your proposed approach, open a new PR referencing the issue

Please review our contributing guidelines for more details.

@jzapdot
Copy link
Copy Markdown
Author

jzapdot commented May 20, 2026

This PR addresses issue #2689.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant