Version 5.3
Refactor:
Now flash Like event system uses its own namespace: UnionAssets.FLE
It means that you can get errors after updating the plugin such as:
The type or namespace name `CEvent' could not be found.
The type or namespace name `EventDispatcher' could not be found.
The type or namespace name `EventDispatcher' could not be found.
The type or namespace name `BaseEvent' could not be found.
The type or namespace name `IDispatcher' could not be found.
To add Flash Like Events, simply add the following to any C# script throwing these errors.
using UnionAssets.FLE;
Updates:
IOSSharedApplication C# Actions support added
Native Pop-ups C# Actions support added