From bfbff578bc7404fb7857abd33206db2b653a290a Mon Sep 17 00:00:00 2001 From: Luca Mefisto Date: Mon, 6 Apr 2020 19:15:05 +0200 Subject: [PATCH] updated readme --- Assets/EventVisualizer/Editor/EdgeGUI.cs.meta | 5 ++--- Assets/EventVisualizer/ReadMe.txt | 7 ++++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Assets/EventVisualizer/Editor/EdgeGUI.cs.meta b/Assets/EventVisualizer/Editor/EdgeGUI.cs.meta index 6de8124..6efa724 100644 --- a/Assets/EventVisualizer/Editor/EdgeGUI.cs.meta +++ b/Assets/EventVisualizer/Editor/EdgeGUI.cs.meta @@ -1,8 +1,7 @@ fileFormatVersion: 2 -guid: 2985f4fac86ecd34eb637f29891d75d2 -timeCreated: 1500022382 -licenseType: Free +guid: 24716a188674d4449a2ec3ca3f5fc46c MonoImporter: + externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 diff --git a/Assets/EventVisualizer/ReadMe.txt b/Assets/EventVisualizer/ReadMe.txt index 039c8a8..2324757 100644 --- a/Assets/EventVisualizer/ReadMe.txt +++ b/Assets/EventVisualizer/ReadMe.txt @@ -10,9 +10,14 @@ outputs are any type of UnityEvent (custom ones supported as well!) and inputs a ##How - Select ```Windows/Events Graph Editor``` you can open the graph. +- Select any root gameobject(s) and click on ```Rebuild on selected hierarchy``` to generate a graph +of all events being fired by the selected hierarchy, or ```Rebuild JUST selected``` to generate a +graph of all events being fired by exactly the selected gameobjects. You can deselect everything and +click any of the buttons to generate the graph of the entire scene, but beware for massive graphs! - Click on any node to highlight that gameobjects in your hiearchy. Alternatively right-click on any element in the hierarchy and select ```UnityEventGraph/FindThis``` -to highlight it in the graph. +to highlight it in the graph. Or ```UnityEventGraph/Graph Just This``` and ```UnityEventGraph/Graph This Hierarchy``` +in order to create a graph starting just in this gameobject or any of its children respectively. - From the graph you can also activate the Scene View Graph https://www.youtube.com/watch?v=IhG0LRFLmdo. - Check the scene under /Demo