Skip to content

Change UGUIPlaybackAgent to now optional (tradeoff with Unity 6000.2.6f1 and later)#165

Merged
asurato merged 5 commits into
DeNA:masterfrom
nowsprinting:chore/aqa_optional
Oct 6, 2025
Merged

Change UGUIPlaybackAgent to now optional (tradeoff with Unity 6000.2.6f1 and later)#165
asurato merged 5 commits into
DeNA:masterfrom
nowsprinting:chore/aqa_optional

Conversation

@nowsprinting
Copy link
Copy Markdown
Contributor

Changes

Change com.unity.automated-testing package to now optional.

Reason

In Unity 6000.2.6f1, the built-in com.unity.test-framework package has been upgraded to v1.6.0, which causes the following compilation error:

Library/PackageCache/com.unity.automated-testing@1a0be522046f/Editor/Cloud/CloudTestPipeline.cs(59,28): error CS0104: 'TestMode' is an ambiguous reference between 'UnityEditor.TestTools.TestRunner.Api.TestMode' and 'UnityEngine.TestTools.TestMode'

Contribution License Agreement

In Unity 6000.2.6f1, the built-in com.unity.test-framework package has been upgraded to v1.6.0, which causes the following compilation error:

```
Library/PackageCache/com.unity.automated-testing@1a0be522046f/Editor/Cloud/CloudTestPipeline.cs(59,28): error CS0104: 'TestMode' is an ambiguous reference between 'UnityEditor.TestTools.TestRunner.Api.TestMode' and 'UnityEngine.TestTools.TestMode'
```
@nowsprinting nowsprinting requested a review from a team as a code owner October 3, 2025 21:39
@github-actions github-actions Bot added the chore label Oct 3, 2025
Copy link
Copy Markdown
Contributor

@asurato asurato left a comment

Choose a reason for hiding this comment

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

LGTM
Thank you for your cooperation!

@asurato asurato merged commit 75d95bf into DeNA:master Oct 6, 2025
3 checks passed
@nowsprinting nowsprinting deleted the chore/aqa_optional branch October 16, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants