Skip to content

chore: Added Unity 6.1 to CI#2130

Merged
bruno-garcia merged 13 commits intofix/screenshot-capturefrom
chore/ci-add-6100
Jul 22, 2025
Merged

chore: Added Unity 6.1 to CI#2130
bruno-garcia merged 13 commits intofix/screenshot-capturefrom
chore/ci-add-6100

Conversation

@bitsandfoxes
Copy link
Copy Markdown
Contributor

@bitsandfoxes bitsandfoxes commented Apr 28, 2025

Fixes #2148

#skip-changelog

Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/ci.yml Outdated
@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
Copy Markdown
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
Copy Markdown
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
@bitsandfoxes bitsandfoxes mentioned this pull request Aug 6, 2025
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