Search Unity

Question Is it possible to find deleted dependencies?

Discussion in 'Editor & General Support' started by CDF, Mar 25, 2023.

  1. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    Was wondering if there was some API/Method to determine if a deleted file was a dependency of some other asset?

    AssetDatabase.GetDependencies won't return file paths of deleted assets, which makes sense.