Search Unity

Feedback Open prefab button in inspector

Discussion in 'UI Toolkit' started by Orientone, Mar 2, 2019.

  1. Orientone

    Orientone

    Joined:
    Feb 28, 2018
    Posts:
    2
    I think this button only slows down the workflow. If I click on the prefab, isn't obvious that I want to edit it?
    What is the functionality of this button?

    Edit: I'm currently using Unity 2018.3.3f1

    upload_2019-3-2_11-50-29.png
     
  2. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    double click opens the prefab.
    you can single click on a prefab (or any asset) because:
    - you may want to see the preview
    - you may have some scripted action (
    [MenuItem]
    ) that operates on
    Selection.activeObject

    - you may want to multi-select a couple of them and drag them in the scene, or execute some scripted actions
    - etc...
     
    joshcamas likes this.