Search Issue Tracker
By Design
Votes
0
Found in
2021.3.16f1
2022.2.2f1
2023.1.0a26
2023.2.0a2
Issue ID
UUM-28013
Regression
No
Conditional attribute method executing when the condition is not defined
Reproduction steps:
1. Open the “ScriptableObject Test” project
2. Open the “Assets/Scenes/New Scene.unity” Scene
3. Enter the Play Mode
4. Press the “Button” button in the Game View
Expected results: Nothing happens
Actual results: “test 3” message is displayed
Reproducible with: 2021.3.16f1, 2022.2.2f1, 2023.1.0a26, 2023.2.0a2
Could not test with: 2020.3.44f1 (com.unity.feature.2d: Package [com.unity.feature.2d@1.0.0] cannot be found)
Reproduced on: Intel MacOS 13.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
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Resolution Note:
The desired behavior can be achieved by having the OnClick() event call a wrapper function that calls the conditional attribute method.