Finding References
Productivity
Last updated
Productivity
Last updated
One of the main criticisms of this kind of architecture is that it is hard to keep track of where in your scene or in your assets are those scriptable objects referenced. In order to address this issue, Soap provides a quick and simple way to give you that information. Simply right click on any Soap Scriptable Object that open in the inspector and select Find References, or from the selected asset itself:
Doing so will open a small window for this particular scriptable object. You can click on the object field to ping the object in the scene or the project view.
For the scene references you can see the GameObject name, the Component name and the variable name used to refer to this SO. For the assets references, you will see the prefab and the amount of references in that particular asset.