Search Issue Tracker
Fixed
Fixed in 1.12.0, 7000.0.0
Votes
10
Found in [Package]
1.11.2
Issue ID
ISXB-1208
Regression
Yes
InvalidOperationException is thrown when re-entering the Play Mode with reload domain disabled
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Exit the Play Mode
5. Enter the Play Mode again
6. Observe the Console window
Expected result: No errors are thrown
Actual result: “InvalidOperationException: Action 'UI/Cancel[/Keyboard/escape]' must be part of an InputActionAsset in order to be able to create an InputActionReference for it” error is thrown
Reproducible with: 1.8.0, 1.11.2 (2022.3.52f1, 6000.0.27f1, 6000.1.0a4)
Not reproducible with: 1.8.0-pre.2 (2022.3.52f1, 6000.0.27f1, 6000.1.0a4)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
stonstad
Dec 01, 2024 20:39
I'm seeing the same behavior.