Search Unity

Unity needs a way to check Inspector Gameobjects Items like Tags for references

Discussion in 'Editor & General Support' started by Unlimited_Energy, Sep 2, 2019.

  1. Unlimited_Energy

    Unlimited_Energy

    Joined:
    Jul 10, 2014
    Posts:
    469
    I might be doing things wrong by design so correct me if Im wrong and unity has this/ or is not needed. I would like quick ways to see EVERYTHING that references things in the inspector, inside of scripts. For instance, if anything references a tag name, I want to know that before I change things.

    is there any reason unity does not have the option to right click on the tag area, or layer area on an inspector area object and search for scripts that have references to Layers and tags so you can see if and what might need to change? Sometimes I might need or want to change a tag or layer only to wonder what references the tag or layer.