In this devlog I will showcase my experiments with Houdini and achieved results.

In the previous blog post I mentioned that I started to learn Houdini and Houdini Engine in particular to create procedural assets in Unity.

Procedural mushrooms turntable

I liked it so much so I decided to dedicate all my spare time to procedural assets creation. I tried to make not just abstract or generic stuff but something that I can later use in my game. Just a reminder that I have planned following visual settings for my game:

  • Floating islands
  • Underground ruins
  • Mushroom kingdom
  • Mechanical valley

So far I managed to create following procedural assets.

Procedural chains generator

Chains quite often used to decorate environment in games. I plan to use them in underground ruins and mechanical valley settings.

In fact I made 2 assets.

The first one is spline-driven chain. Level designer sets up the spline shape and chain follows it. It is convenient when you need to wrap chain around something or put them nicely on the floor.

Procedural spline driven chain

The second one simulates chain sagging between 2 pivot points. Level designer can specify pivots’ position and sagging amount.

Procedural sagging chain

As you probably noticed you can also customize chain links. In the inspector you can specify:

  • Links’ size
  • Radius
  • Smoothing (allows to create sharp edges)
  • Relative twist between adjacent links
  • Overall chain roll

Procedural cogs generator

Cogs are one of the key elements in mechanical valley so it was an obvious choice for the next procedural asset.

Even though cogs don’t seem too complicated, in practice its appeared to be that creating parametrized cog that will connect properly with other cogs require some amount of formulas and interconnected parameters inside Houdini. So it’s not a trivial task but after some time I managed to make it work as expected.

Procedural cog

I also wrote anisotropic specular shader to make them look more like brushed metal.

Procedural vines (or lianas) generator

This asset works the same as spline-driven chain above but geometry is more complex and there are more parameters to tweak.

Procedural vines or lianas

You can tweak:

  • Number of vines
  • Their thickness and color
  • Wave amplitude and random seed
  • Number and size of leafs

In practice it looks like this:

Procedural vines turntable

Procedural hanging bridge generator

Right now this is the only asset that I plan to use not just like decoration but as part of level topology that will connect platforms in the floating islands setting.

Procedural hanging bridge

Player should be able to collide with this object to run on top of it. When you bake this asset Houdini Engine assigns proper Layer so Character Controller will treat it as a surface. It also generates simplified geometry and assigns it as mesh collider.

Procedural mesh collider

What’s next?

For now Houdini is my favorite software… after Unity of course, I’m making games after all. I will keep working on my procedural assets library and going to start level blocking and level design.


To support project please add King, Witch and Dragon to your Steam Wishlist. To get more updates and materials about the project follow me on Twitter and Instagram.