We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaf4aa commit 883880fCopy full SHA for 883880f
1 file changed
README.md
@@ -0,0 +1,9 @@
1
+# UnityEventReferenceViewer
2
+Simple tool for finding UnityEvent references to behaviour methods in scene
3
+
4
+Simple to use:
5
+* Import .unitypackage (you can import only editor part without Example) or code itself from repository
6
+* Open window by cicking Window/UnityEvent Reference Viewer
7
+* See all references in scene from unity events to any monobehaviours (clickable)
8
+* Also shows generic UnityEvent<T> references
9
+* You can search for method or script name in searchfield (not case sensitive)
0 commit comments