Plugin for Grasshopper to stream mesh geometry through web socket with example to communicate with Unity.
-
Put all dlls and gha files inside Libraries folder for Grasshopper (Usually in C:\Users\xxx\AppData\Roaming\Grasshopper\Libraries). Unblock all dlls and gha files.
-
Make sure you have Microsoft .NET Framework 4.5 installed.
- Be careful not to have duplicate dlls (like Newtonsoft.Json) in the Grasshopper's libraries folder.
-
Run Node server (README available under Examples/MeshStreamingServer).
-
Run Unity project (README available under Examples/MeshReceivingUnityClient).
-
Send mesh geometry as follows in Grasshopper.