Unity-Technologies / InputSystem

An efficient and versatile input system for Unity.
Other
1.43k stars 310 forks source link

FIX: Address CI failure in Package validation tests #1922

Closed timkeo closed 5 months ago

timkeo commented 5 months ago

Description

An issue with the trunk merge was brought up on this Slack thread. I don't fully understand the problem but made a lucky guess.

Changes made

Changed the d_InputControl.png asset reference from "url" to "resource". This matches the other asset references within InputActionsEditorStyles.uss and appeared to fix the Package validation test failure.

Proof of fix: https://unity-ci.cds.internal.unity3d.com/project/2354/branch/timke%2Ftrunk-merge-test

NOTE: The fix for Neutron was pushed onto this trunk-merge branch and should (eventually) land to Neutron main. A forward port shouldn't be necessary.

Checklist

Before review:

During merge:

timkeo commented 5 months ago

Failure for tvOS test is due to an infrastructure issue and unrelated to this PR.