bool IsWebGLPublisherOpen() { if (shareWindow) { return(true); } shareWindow = ShareWindow.FindInstance(); return(false); }