Skip to content

Release tests throws exceptions in InputSystem (ISXB-581)#1718

Merged
ritamerkl merged 4 commits intodevelopfrom
ISXB-581-release-tests-fails-with-inputsystem
Jul 26, 2023
Merged

Release tests throws exceptions in InputSystem (ISXB-581)#1718
ritamerkl merged 4 commits intodevelopfrom
ISXB-581-release-tests-fails-with-inputsystem

Conversation

@ritamerkl
Copy link
Copy Markdown
Collaborator

@ritamerkl ritamerkl commented Jul 25, 2023

Description

fixed this ticket by surrounding code with conditional compilation if the methods are not accessible (due they should be only used in development mode or in editor)

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • FogBugz ticket attached, example ([case %number%](https://issuetracker.unity3d.com/issues/...)).
    • FogBugz is marked as "Resolved" with next release version correctly set.
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

@ritamerkl ritamerkl requested a review from lyndon-unity July 25, 2023 14:37
Copy link
Copy Markdown
Collaborator

@lyndon-unity lyndon-unity left a comment

Choose a reason for hiding this comment

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

Looks like a good change - just the link to update

- Fixed serialization migration in the Tracked Pose Driver component causing bindings to clear when prefabs are used in some cases ([case ISXB-512](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-512), [case ISXB-521](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-521)).
- Fixed Tracked Pose Driver to use `Transform.SetLocalPositionAndRotation` when available to improve performance. Based on the user contribution from [DevDunk](https://forum.unity.com/members/devdunk.4432119/) in a [forum post](https://forum.unity.com/threads/more-performant-tracked-pose-driver-solution-included.1462691).
- Fixed the `Clone` methods of `InputAction` and `InputActionMap` so it copies the Initial State Check flag (`InputAction.wantsInitialStateCheck`) of input actions.
- Fixed the "Release tests throws exception in InputSystem" bug ([case ISXB-581](https://jira.unity3d.com/browse/ISXB-581)).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@lyndon-unity
Copy link
Copy Markdown
Collaborator

I see some 'inconclusive' results in the code analysis CI run but I don't think this is specific to this PR. Could be worth reviewing
https://unity-ci.cds.internal.unity3d.com/job/27124330

@ritamerkl ritamerkl merged commit 8786290 into develop Jul 26, 2023
@ritamerkl ritamerkl deleted the ISXB-581-release-tests-fails-with-inputsystem branch July 26, 2023 09:34
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.

2 participants