[ Core - v1.2 Features ]
Updates Manager - globally visible class to subsribe your code on periodial events (you can do this in Update method of MonoBehavior scripts, but it too expensive when you have a lot of scripts like 100+).
New settings dialog - allow you to setup visual behavior of smart core extensions and toggle gizms in your scene.
Events Helper - allow visually subscribe on OnEnable/OnDisable events to build some setup object behavior without coding.
Delay Helper - to postpone actions visually use this helper. Just describe what you need to do after delay and call it`s Run method.
Combo example: using Events helper and Delay helper you can do some postponed actions after object was created.