Houdini and Unity tools
Combining Houdini’s generative capabilities with Unity’s interactivity, these tools enable rapid iteration for XR and game-ready content.
Combining Houdini’s generative capabilities with Unity’s interactivity, these tools enable rapid iteration for XR and game-ready content.
Combining Houdini’s generative capabilities with Unity’s interactivity, these tools enable rapid iteration for XR and game-ready content.
A Houdini-to-Unity pipeline for procedurally rigged armor pieces with interactive, collision-based detachment logic driven by a user-placed gizmo.
In Houdini:
Each armor piece was procedurally extracted from the base mesh. A centroid joint was created for every part and parented to the main skeleton.
Using Capture Pack Geometry, each piece was skinned by name. The result was a single FBX with cleanly rigged armor, ready for Unity.
Read More
In Unity:
A custom runtime script (ArmorPeelingGizmo.cs) enables manual placement of a gizmo.
When triggered, it detects overlapping armor pieces, evaluates contact direction and velocity, and detaches them by unparenting and applying physical force.
Read MoreThis pipeline allows fully procedural armor setup and interactive detachment — perfect for hit reactions.
Lightweight and optimized for mobile (tested on Android), it’s flexible for future gameplay extensions.
Read MoreA designer-friendly procedural fence system built in Houdini as an HDA, used directly inside Unity.
whitespace 90
Animation Retargeting Headline
whitespace 20
Video
whitespace 80
A custom animation pipeline built in Houdini using KineFX to unify, blend, and re-target motion from multiple rigs for real-time deployment in Unity.
Houdini:
The system imports animations from various rig sources like Mixamo or mocap. All motion is first retargeted to a shared T-pose base rig to normalize the skeleton.
Using KineFX, you can blend full-body or partial animations (e.g. run + wave), and split motion into regions for modular layering. The result is then retargeted to a custom Unity-compatible rig and exported as a clean, skinned FBX for prefab use.
Read MoreThis non-destructive pipeline allows mixing animations from inconsistent rigs without re-authoring.
It’s fully procedural, supports versioning, and is ideal for rapid real-time development.
Read MoreBlend a Mixamo run with a mocap aim pose,
retarget it to your game rig, and export to Unity as a prefab animation.
Read Morewhitespace 90
Crowd VAT Generator Headline
whitespace 20
Video
whitespace 80
A scalable system for real-time character variation using a single VAT texture with multiple embedded animations, driven by runtime logic in Unity and generated procedurally in Houdini.
In Houdini:
Multiple animation clips were combined into a single Vertex Animation Texture (VAT). Each motion cycle—such as idle, walk, and turn—was offset in the texture timeline and encoded into RGB channels.
A single geometry mesh and texture sheet represented all animations. Metadata like frame ranges, loop points, and total durations were exported to guide playback. The final mesh and textures were optimized for lightweight engine integration.
Read More
In Unity:
A single prefab was used for each crowd agent, all referencing the same mesh and VAT texture.
On spawn, each instance randomly selected an animation cycle and applied a phase shift to desynchronize movement. Per-instance data was set via Material Property Blocks. A custom shader read this data to animate each character accurately, using no bones or rig overhead.
Read MoreThis approach allows massive crowds with low draw calls and no skeletal animation load.
It simplifies asset setup, conserves memory, and works smoothly for XR, mobile, or large-scale cinematic scenes.
Read Morecode block css for zoom in easy slider on mobile
code block for read more text