Search Unity

Find All References

Discussion in 'Visual Scripting' started by henry-amihan, Sep 8, 2021.

  1. henry-amihan

    henry-amihan

    Joined:
    Sep 1, 2021
    Posts:
    2
    Does anybody know if there's a good way to Find All References to a class or struct within Visual Script graphs? For example, if my project has an Enemy class, and I want to find any/all usages of Enemy objects in events, units, etc., how would I do it?

    Thank you!
     
  2. PanthenEye

    PanthenEye

    Joined:
    Oct 14, 2013
    Posts:
    2,079
    Ya can't. Unity need to implement a graph search functionality.
     
  3. henry-amihan

    henry-amihan

    Joined:
    Sep 1, 2021
    Posts:
    2
    Thanks for the confirmation. I wonder if we can write our own - do we have access to the enough of the internals of UVS graph units to do so...