Hi. I wonder if it is possible to implement an event that is called every time the plugin is displayed/focused/activated on the screen. I would like to update a plugin each time it receives focus (I just want to get rid of an eventual Sync button if possible).
MonoBehavior has an OnBecameVisible() event but isn't being called. Any alternative?
MonoBehavior has an OnBecameVisible() event but isn't being called. Any alternative?