Welcome

What is GKEvent?

GKEvent is a Powerful Alternative to UnityEvent. Providing a more flexible codeless experience.

Features Comparison

UnityEvent
GKEvent

Serialized parameter types

❌ A small number of types: Object, bool, string, etc.

✅ More types: Enum, Vector2, Rect

Number of parameters

❌ 0 or 1

Up to 4

Static methods

❌ No

Yes

Method Dropdown

❌ All methods in one GenericMenu list

Scrollable list with a search field and folders

Auto Converter

❌ No

Yes

Access Methods in Returned Value

❌ No

Yes

Access Methods in Arguments

❌ No

Yes

Last updated