HoudiniEngineForUnity_deprecated icon indicating copy to clipboard operation
HoudiniEngineForUnity_deprecated copied to clipboard

Houdini Engine for Unity (deprecated)

Results 17 HoudiniEngineForUnity_deprecated issues
Sort by recently updated
recently updated
newest added

The README file says: > Houdini Digital Assets created in either Houdini or Apprentice can then be loaded into Unity through the plug-in. However, I get the following error in...

Hi. I cannot add/edit curve points. I tried to create a curve HoudiniEngine->CreateCurve. Also I tried the Curve Decorator. I cannot edit points at all. I don't see any points....

In Unreal Engine we can create a new point after the current selection, press Alt when translating. How about in Unity? I haven't find any like that.

There's a bunch of compiler warnings in the plugin (mostly from deprecated Unity API), it'd be great if it compiled cleanly, be that by upgrading the code or silencing the...

https://github.com/sideeffects/HoudiniEngineForUnity/blob/4faa44af93ae22a861ceb8e6100fe0f0843d9f10/Assets/Houdini/Editor/HoudiniParmsGUI.cs#L491 Changed input parm is incorrectly assigned back to `myParms.prParmInputs[index]` instead of `myParms.prParmInputs[parm.id]`.

https://github.com/sideeffects/HoudiniEngineForUnity/blob/4faa44af93ae22a861ceb8e6100fe0f0843d9f10/Assets/Houdini/Editor/HoudiniParmsGUI.cs#L169 This catchall System.Exception clause catches (and incorrectly spams to console as an error) an exception that is used in a benign way by Unity. Suggest adding something like the...

I'm trying to export a simple animation “Growing line” into Unity. The animation is very simple as below: Curve I Carve

The latest version plugin requires the 16.0.762 but on the SideFx, I cant find this version to download: https://www.sidefx.com/download/daily-builds/#category-gold

http://www.sidefx.com/index.php?option=com_download&Itemid=208

We had some problem getting the debugger to work from within Unity, and identified a couple of places we had to patch up to get it working. The first was...