Hi I am very new to Unity. What is the best way to distinguish a script graph file in Unity? I understand they have “.asset” as their file type but there are various type of files with that file type. How do I explicitly find a visual scripting file in Unity?
Also is there any existing parser for those files? UnityPy is not able to recognize it as an object and load it.