PlayMode Inspector allows you to draw EditorGUI from inside your MonoBehaviour to a dedicated editor window: The PlayMode Inspector window. When I write program code, such as new MonoBehaviour, I ...
When I begin typing Update, I expect Resharper code completion to give me an option for private void Update() { }. It DOES give me that option, but when I hit Enter, Return, Tab, click, or otherwise ...