Search Issue Tracker

By Design

By Design in 3.1.X

Votes

0

Found in [Package]

3.1.5

Issue ID

CMCL-1734

Regression

No

Add Extension dropdown in the Cinemachine Camera component does not have the dropdown indicator/triangle icon

Package: Cinemachine

-

Steps to reproduce:

  1. Create a new Unity project and install the Cinemachine package
  2. In the Hierarchy, right-click -> Cinemachine -> Cinemachine Camera
  3. Select the Cinemachine Camera
  4. Observe the Add Extension dropdown in the Inspector window

Actual results: The Add Extension dropdown does not have the dropdown indicator/triangle icon

Expected results: The Add Extension dropdown has the dropdown indicator/triangle icon

Reproducible with versions: 3.0.1, 3.1.5 (6000.0.64f1, 6000.2.15f1, 6000.3.2f1, 6000.4.0b1, 6000.5.0a3)

Tested on (OS): MacOS Silicon Tahoe 26.0.1

  1. Resolution Note:

    This is by design because the Add Extension option does not do the same thing as the Procedural Components options.

    The "Procedural Components" dropdown functions use a "set": when you select a thing, it replaces whatever was there before. Those dropdowns are shortcuts for what you can equally do using the "Add Component" button - just less mouse clicks.

    The Add Extensions use an "add": it adds a new component without replacing what was there before. You'll notice that in the Add Extensions, when you add one and then bring up the menu again, the thing you added is no longer selectable.

  2. Resolution Note (3.1.X):

    This is by design because the Add Extension option does not do the same thing as the Procedural Components options.

    The "Procedural Components" dropdown functions use a "set": when you select a thing, it replaces whatever was there before. Those dropdowns are shortcuts for what you can equally do using the "Add Component" button - just less mouse clicks.

    The Add Extensions use an "add": it adds a new component without replacing what was there before. You'll notice that in the Add Extensions, when you add one and then bring up the menu again, the thing you added is no longer selectable.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.