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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
The desired behavior can be achieved by having the OnClick() event call a wrapper function that calls the conditional attribute method.