Skip to content

Commit abcfe77

Browse files
committed
Added timeout to example to make sure a user do not get stuck, if e.g. failing to press a valid binding control
1 parent 211bd8a commit abcfe77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Samples/RebindingUI/RebindActionUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ void CleanUp()
294294
CleanUp();
295295
})
296296
.WithSuppressedActionPropagation()
297+
.WithTimeout(10.0f)
297298
.OnComplete(
298299
operation =>
299300
{

0 commit comments

Comments
 (0)