You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this plugin, was what I was looking for. But when trying it on my ubuntu 16.04 the following line EditorWindow.focusedWindow.SendEvent(typeReferenceUpdatedEvent);, after selecting a type from the drop down, fails with a nullpointer, e.g. focusedWindow. Seems that the window does not have proper focus or unity linux doesn't support it all that well. Perhaps there are other ways to get the event to its destination?