I was pleasantly surprised that there are C# bindings for Houdini Engine (thanks Unity!).
I've installed the Unity plugin on my laptop.
Can anyone offer any guidance on getting started with Houdini Engine under C#?
Thanks.
C# Reference Implementation
15308 8 3- TwinSnakes007
- Member
- 649 posts
- Joined: 7月 2013
- Offline
- TwinSnakes007
- Member
- 649 posts
- Joined: 7月 2013
- Offline
- damian
- Member
- 402 posts
- Joined: 3月 2013
- Offline
I keep meaning to extract our C# bindings from the Unity plugin and offer them standalone. Might be worth submitting an RFE to support@sidefx.com to bump up the priority a bit.
Otherwise, yes, you'll want to use
Otherwise, yes, you'll want to use
HoudiniHostLinker.cs
and HoudiniCommon.cs
. They should be pretty much standalone from the rest of the Unity project. HoudiniHostWrappers.cs
might also be useful if you want automatic result code error checking but that might need more work getting it free from other Unity plugin dependencies.
- mrboni
- Member
- 38 posts
- Joined: 9月 2017
- Offline
- seelan
- Member
- 571 posts
- Joined: 5月 2017
- Offline
- mrboni
- Member
- 38 posts
- Joined: 9月 2017
- Offline
- mrboni
- Member
- 38 posts
- Joined: 9月 2017
- Offline
- seelan
- Member
- 571 posts
- Joined: 5月 2017
- Offline
- matthew.p.albert
- Member
- 4 posts
- Joined: 10月 2021
- Offline
-
- Quick Links