I want to get the path (directory) for an object dropped in the inspector.
I know Application.dataPath with return the path to the asset folder, but I want to get the path of the object even if it is nested in a folder.
I know one way to do it (get the Asset folder contents, and look for a match in every sub folder), but I was hoping for an easier way.