Hello, can drivers be exported to Unity? If so, do you know where can i learn how to do it?
Hi BBragok,
I'm not that familiar with Unity but I don't think it would be possible to export drivers as they are pretty much speaking a different language.
What you might be able to do is figure out what the driver is doing - and then look into how that is accomplished in the Game Engine.
This will be a manual process I'm afraid, but the same solution can be used for any and all drivers that do the same thing.
ie - if you have 10 drivers that are essentially just a switch (between 0 and 1) that turn something on/off
You don't need to figure out how to do this 10 times, you just need to figure it out once.
Sorry I can't be of more assistance.