Asset parameters in real time

   2922   1   1
User Avatar
Member
1 posts
Joined: July 2015
Offline
Hello !

I'm new to Houdini engine for Unity, and I was wondering if there were any way to control the asset's parameters in real time? I have an asset with a ‘seed’ controller randomizing the values, is it possible to connect it dynamically with a button? I've asked several unity-users but no one seems to have a clue.

Thanks !
User Avatar
Member
402 posts
Joined: March 2013
Offline
If you're trying to have this real time control in your game the answer is no. Houdini Engine does not work inside your game. It is an Editor-only plugin. If you're trying to do this purely in the Editor from your own Editor-side button, have a look at the ExampleScript.cs file included with the Houdini Engine plugin scripts.
  • Quick Links