Skip to content

chore: Added Unity 6.1 to CI #2130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 22, 2025
Merged

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Apr 28, 2025

Fixes #2148

#skip-changelog

@bitsandfoxes bitsandfoxes changed the base branch from main to fix/screenshot-capture July 22, 2025 20:21
Comment on lines -47 to -52
// This is a workaround for build issues with Unity 2022.3. and newer.
// https://discussions.unity.com/t/gradle-build-issues-for-android-api-sdk-35-in-unity-2022-3lts/1502187/10
#if UNITY_2022_3_OR_NEWER
Debug.Log("Builder: Setting Android target API level to 33");
PlayerSettings.Android.targetSdkVersion = AndroidSdkVersions.AndroidApiLevel33;
#endif
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workaround is no longer needed. Newer Unity versions do not have this issue anymore.

@bitsandfoxes bitsandfoxes marked this pull request as ready for review July 22, 2025 20:22
@bruno-garcia
Copy link
Member

wow didn't flake out... :P

@bruno-garcia bruno-garcia merged commit 73d3589 into fix/screenshot-capture Jul 22, 2025
96 checks passed
@bruno-garcia bruno-garcia deleted the chore/ci-add-6100 branch July 22, 2025 21:11
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.

Support Unity 6.1
2 participants