Anthony Tu

anthonyt2

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

About output object's transfrom from HDA 2022年1月20日14:23

Sounds like you might have the "Keep world Transform" option on when you input your meshes? This is on by default. This retains the world position (in Unity) when we input it into Houdini. If you turn it off, I think that's what you're looking for.

Cook Asset without GameObject/ MonoBehaviour 2022年1月20日14:19

You always need the HEU_HoudiniAsset component in order to cook it, but you can always press the "Keep output only" or bake the output to remove this afterwards.

Animating a Houdini Engine asset in Unity 2022年1月6日10:28

Hi, your code looks like its correct if you are trying to just change a parameter. HEU_ParameterUtility is deprecated though, but should stil work.

The more recent way to change a parameter and recook the asset in H19 is:

houdiniAsset.Parameters.SetFloatParameterValue("ftime", Time.frameCount, 0, true);