Skip to content

Commit 883880f

Browse files
authored
Create README.md
1 parent 6aaf4aa commit 883880f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)