Search Issue Tracker
Fixed
Fixed in 1.10.0
Votes
0
Found in [Package]
1.8.1
1.9.0
1.10.0
Issue ID
ISXB-851
Regression
Yes
Error due to naming conflict is thrown when InputSystem Action Map is named "Debug"
Reproduction steps:
1. Open the attached “My project (133).zip” Project
2. Observe the Console
Expected result: No errors are thrown
Actual result: Error is being thrown due to the naming conflict
Reproducible with: 1.8.0-pre.2 (2021.3.37f1, 2022.3.22f1, 2023.2.17f1, 6000.0.0b13), 1.8.1 (2021.3.37f1, 2022.3.22f1, 2023.2.17f1, 6000.0.0b13)
Not reproducible with: 1.8.0-pre.1 (2021.3.37f1, 2022.3.22f1, 2023.2.17f1, 6000.0.0b13)
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Notes:
- Full error: “Assets\InputSystem.cs(65,15): error CS1061: 'InputSystem.DebugActions' does not contain a definition for 'Assert' and no accessible extension method 'Assert' accepting a first argument of type 'InputSystem.DebugActions' could be found (are you missing a using directive or an assembly reference?)”
- The Action Map menu is opened when double-clicking the “InputSystem.inputactions” from the Assets folder
- A reimport is needed after changing versions for the error to appear
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
- Invalid asset path & Invalid value for font MissingAssetReference Warnings are spammed when deleting a Font used by any Element in UI Builder
Add comment