Camera Path Animator
Events GUI
Add Points allows you to click place new event points onto the path in the scene view.
Delete Points allows you to select points in the scene to delete.
Custom Point Name specifies a custom name to display in reference to this point.
Event Type you can pick either broadcast or call. Broadcast sends out a C# event with a custom string for identification. Coll allows you to call functions using Unity’s Send Message function.
Event Name is the string used in the event.
Event Target is the GameObject you’re targeting to send the call.
Event Call is the function name you wish to target.