Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.0.0-pre.7
Issue ID
CMCL-1491
Regression
No
Lens Presets dropdown field in Inspector has no indication of what it is, if the Preset has the same value as another Preset, the field becomes empty when it is selected a second time
How to reproduce:
1. Open any project with Cinemachine installed
2. In a "Cinemachine Camera" Component observe the dropdown menu field on the right of the Lens Vertical FOV field
3. Click on the field and select either option to create a preset Asset
4. Add a Preset by clicking the "+" button, a new Preset will be created with the values of the last one in the list
5. Rename this preset to whatever
6. Now select the GO with the "Cinemachine Camera" attached
7. In the Presets field select your renamed Preset
8. Select your Preset again
Actual result: By default, the Preset dropdown menu has no indication of what it is other than a tooltip.
When you select your custom Preset that has the same value as the default one, the default one is selected instead of the one the user made.
If you try and select your Preset again, the Presets dropdown menu becomes empty.
Expected result: By default, the Preset dropdown menu has an apparent indication of what it is, perhaps the field has "Presets" written.
When you select your custom Preset that has the same value as the default one, yours is selected instead
If you try and select your Preset again, the Presets dropdown menu still shows your Preset
Reproducible with: 3.0.0-pre.1, 3.0.0-pre.7
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
- Warnings thrown when computing Positions in a 2D BlendTree are not helpful to the user
- Warnings thrown when adjusting Time Scale to Homogenous Speed in a BlendTree are not helpful to the user
- Crash on __pthread_kill when opening a specific project
- Animator States disappear when opening their Context Menus right after Pasting them
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
Resolution Note:
By default, the Preset dropdown menu has no indication of what it is other than a tooltip.
- This is by design. The tooltip is enough.
When you select your custom Preset that has the same value as the default one, the default one is selected instead of the one the user made.
- This is by design. If there are multiple identical presets, the first matching one will be chosen.
If you try and select your Preset again, the Presets dropdown menu becomes empty.
- Cannot repro using Windows, Unity 2022.3.5f1, and CM main branch