mcneel / rhino.inside

Sample Projects for Rhino.Inside
MIT License
384 stars 169 forks source link

Rhino inside Unity #184

Closed Pixelstudio closed 4 years ago

Pixelstudio commented 5 years ago

Hi,

I'v been trying out rhino.inside in Unity, the example is working fine. i'm able to let rhino calculate some meshes and get the result back in unity.

Under window, i can start grasshopper. Is it possible to get the result from grasshopper back in unity ?

Cheers,

fraguada commented 5 years ago

Grasshopper is not yet supported inside Unity. We are working on it, but it requires us to change the way that Rhino loads inside Unity, including using the Mono runtime included with Unity.

fraguada commented 4 years ago

@Pixelstudio This has been resolved. Check the Unity Sample 2: https://github.com/mcneel/rhino.inside/tree/master/Unity/Sample2