Search Unity

Find all the Scriptable objects of type X referenced in the currently opened scene

Discussion in 'Editor & General Support' started by sathya, Aug 10, 2019.

  1. sathya

    sathya

    Joined:
    Jul 30, 2012
    Posts:
    297
    I would like to find all the Scriptable objects of type X referenced in the currently opened scene
    Say I have a ScriptableObject class named SpriteColor.cs and there are like 10 scriptable objects created using this class and few are used in the current scene by reference.
    I would like to find and select all Scriptable Objects of type SpriteColor in project window which are used in the currently open scene.
    We really appreciate if anyone can help us with this.