Have you made any useful utilities with Odin?
Login and submit your creations hereUnity 3D Event system that uses the new Experimental Unity GraphView, allowing visualization of the flow of event data.
I love Event Driven Architectures (EDA). It makes for nice, decoupled code. But I am not a fan of how ambiguous the relationships between scripts can be. Enter Tranzmit, a fully functional, object based (send anything!) event system... with a twist!
Leveraging the new, and still experimental Unity GraphView API, along with the power of Odin Inspector, you can also see in real time which scripts are sending events, and which scripts are listening, receiving ...and failing! Clicking on graph elements takes you to the scripts, acting as a navigation system for your code!
NOTE - Graph will not be operational until an Event has been added.
I hope this proves useful to someone, and if you have any comments or improvements regarding this code, please do so! :)
https://youtu.be/BfAUmtgjHac
http://blep.io/products/tranzmit