Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccessible 'Rhino 5 Plugins may require updates' popup causes Unity to hang. #27

Open
secretlyagoblin opened this issue Jan 7, 2019 · 2 comments
Labels
Unity Issue related to Unity software

Comments

@secretlyagoblin
Copy link

I've got rhino inside unity working on my home PC so I thought I'd set it up on my work PC as well and demo to the team. At work, I have Rhino 5, Rhino 6 and Rhino WIP installed. Rhino 5 and 6 are installed through a zoo server.

I installed the latest Rhino WIP and ran through the Unity setup as described in the documentation and Rhino is opening each time Unity boots - however, Unity freezes after Rhino WIP opens. When I mouse over the Unity Icon, I can see why:

hang

If I click into the 'Rhino 5 plugins...' window, it hides that window and shows a new Rhino document, but it will be unresponsive as well. Both Unity and Rhino will hang indefinitely. Once I navigate to the Rhino document, I can't get the 'Rhino 5 plugins...' window to show up on screen.

Opening Rhino WIP outside of Unity, I was able to click 'don't show this message again' on the popup but it didn't roll over to rhino inside unity. I am not getting this issue using Rhino inside Revit.

@kike-garbo
Copy link
Member

Hi,
Until we fix this, please try commenting out the scheme argument in rhino.inside/Unity/Sample1/Assets/Standard Assets/RhinoInside/Unity.cs line 25 this way.

GC.SuppressFinalize(new RhinoCore(new string[] { /*"/scheme=Unity",*/ "/nosplash" }, WindowStyle.Minimized));

Thanks for reporting.

@secretlyagoblin
Copy link
Author

Commenting out the scheme worked as a stopgap! Cheers.

@kike-garbo kike-garbo added Revit Issue related to Revit software and removed Revit Issue related to Revit software labels May 9, 2019
@kike-garbo kike-garbo added Unity Issue related to Unity software and removed Revit Issue related to Revit software labels Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unity Issue related to Unity software
Projects
None yet
Development

No branches or pull requests

2 participants