Skip to content

feat: Add 32 bit support for Windows and Linux#2514

Open
bitsandfoxes wants to merge 4 commits intochore/log-extension-methodfrom
fix/il2cpp-windows
Open

feat: Add 32 bit support for Windows and Linux#2514
bitsandfoxes wants to merge 4 commits intochore/log-extension-methodfrom
fix/il2cpp-windows

Conversation

@bitsandfoxes
Copy link
Contributor

Fixes #2511

To support 32 bit the SDK needs to declare the calling convention. The IL2CPP is written in C/C++. By default, C/C++ functions use __cdecl. The build time error also hints at this:

error LNK2019: unresolved external symbol _il2cpp_free@4

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • Add 32 bit support for Windows and Linux by bitsandfoxes in #2514
  • Nintendo Switch native support by bitsandfoxes in #2503

Bug Fixes 🐛

  • Active scene change no longer refreshes trace ID by bitsandfoxes in #2502
  • Specify debug symbol upload files and folders by bitsandfoxes in #2485
  • Check AutoSceneTraces before registering SceneManagerTracingIntegration by bitsandfoxes in #2496
  • Correctly set native SDK name when targeting Android by bitsandfoxes in #2476
  • Set span.origin by bitsandfoxes in #2464

Internal Changes 🔧

Deps

  • Update Cocoa SDK to v9.3.0 by github-actions in #2507
  • Update Native SDK to v0.12.4 by github-actions in #2505
  • Update CLI to v3.1.0 by github-actions in #2474
  • Update Cocoa SDK to v9.2.0 by github-actions in #2492
  • Update Java SDK to v8.31.0 by github-actions in #2493
  • Update Java SDK to v8.30.0 by github-actions in #2481
  • Update Native SDK to v0.12.3 by github-actions in #2471
  • Update Java SDK to v8.29.0 by github-actions in #2462

Release

  • Fix changelog-preview permissions by BYK in #2498
  • Switch from action-prepare-release to Craft by BYK in #2473

Other

  • (repo) Add Claude Code settings with basic permissions by philipphofmann in #2487
  • Use pull_request_target for changelog preview by BYK in #2483

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 89b5d7d

@bitsandfoxes bitsandfoxes requested a review from a team February 4, 2026 16:05
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