https://docs.unity3d.com/2017.1/Documentation/ScriptReference/MonoBehaviour.OnTriggerStay.html
Unity - Scripting API: MonoBehaviour.OnTriggerStay(Collider)
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the...
scripting apiunitymonobehaviourcollider
https://issuetracker.unity3d.com/issues/attaching-an-icon-to-a-monobehaviour-script-disappears-when-selecting-the-game-object
Unity Issue Tracker - Icon attached to MonoBehaviour script disappears when Selecting the GameObject
https://discussions.unity.com/t/how-to-call-a-function-on-all-scripts-which-are-derived-from-monobehaviour-on-awake-and-ondisable/116861
How to call a function on all scripts which are derived from monobehaviour on awake and ondisable?...
Sep 16, 2014 - I need to call a certain function on all scripts which are inherited from monobehaviour on awake and ondisable. How to do that? For example if i need to print...