Rhino7 and Rhino8, user object files

Hi all,
We are working on an in-house GH plugin and want to support both Rhino 7 and Rhino 8.

We’d like to leverage some of the newer GH components in Rhino 8, but found those aren’t backwards compatible. It seems by default grasshopper user objects are shared between RH7 and RH8 and located in %USERPROFILE%\AppData\Roaming\Grasshopper\UserObjects

Is there a location / method we can use to keep the grasshopper user objects separate between Rhino 7 and 8?

Thanks!

1 Like

Have you found any way to achieve this?

Yak package manager installs components based on Rhino major / minor / patch versions.
This is what the version tag is for.
Isn’t it?