top of page
Event Tester
Description
Editor Script that creates an editor window in "Tools/Programming/Event Tester" that allows for fast and easy publishing of events from the Event Bus.
Parameters for the event tester are limited to the following types:
Bool
Int
Float
Vector 2
Vector 3
GameObject
String
Select the event at the top that updates with the EventType enum, then hit publish event.
In order to publish with parameters add a new element to the list with a maximum of three. Then in the newly created sections customize the Param type and the value to be passed through. Then hit publish event.
bottom of page