Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created July 1, 2022 13:50
Show Gist options
  • Select an option

  • Save mishazawa/8100a3f7dfe226ca50197169e0225c62 to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/8100a3f7dfe226ca50197169e0225c62 to your computer and use it in GitHub Desktop.
Install Houdini Engine for Unreal 4 on Linux Ubuntu
  • Install Unreal
  • Unzip HoudiniEngine and put in Plugins/Runtime
  • Run GenerateProjectFiles.sh
  • Run make

Notes

Houdini not found

Add $HFS to $PATH variable. Also check symlink to hfsXX.X folder.

# Example: 
sudo ln -fs hfs19.0.657 hfs19.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment