resharper-unity icon indicating copy to clipboard operation
resharper-unity copied to clipboard

Show usages of serialised ScriptableObject assets

Open citizenmatt opened this issue 5 years ago • 1 comments

Rider will show usages of ScriptableObject based classes by showing the assets that the class is serialised into. It is more useful to show where that serialised asset is used.

citizenmatt avatar Jul 01 '20 08:07 citizenmatt

Probably a similar issue: If an enum is used as a serialised field, then find usages of the enum will show where the enum type is used, but not where the enum is used in an asset.

citizenmatt avatar Nov 25 '21 18:11 citizenmatt