MonoBehaviourEndOfFrameExtensions Class
This extension allows easily registering an unregistering callback at the EndOfFrame which happens after rendering but before the next fixed Update.
Call RegisterEndOfFrameCallback to start receiving updates and UnregisterEndOfFrameCallback to stop.