Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Find Usages of Table Entry

Discussion in 'Localization Tools' started by alchemist_wurzelpurzel, May 3, 2023.

  1. alchemist_wurzelpurzel

    alchemist_wurzelpurzel

    Joined:
    Sep 4, 2018
    Posts:
    43
    Hi all,

    is there a way to find all usages/references of a Table Entry?
    We are currently skimming through all our Localization Databases and deleting entries that are not used anymore.
    For instance for a given entry in a string table collection I would like to find out if that entry is referenced in any LocalizedString anywhere in the project. Is that possible?

    Best,
    Jannick
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    7,733
  3. alchemist_wurzelpurzel

    alchemist_wurzelpurzel

    Joined:
    Sep 4, 2018
    Posts:
    43
    Thank you for the quick reply!
    That looks good, I could expand on this to search ScriptableObjects and prefabs as well. Thank you!
     
    karl_jones likes this.