Scenario Builder Tool!!!

Hi,

I want to create a Scenario Builder Tool for unity3d.i think that is a need for simulations.but i need help.if you can please help me what should i do exactly?

This engine has a Scenario Builder:

http://www.visual3d.net/game-engine/features/applications

so thanks.

If what you want is to be able to generate multiple scenarios based on a set of actors and some parameters, you're not going to find something off-the-shelf (at least not cheap), as that is very dependent on the simulation you're building.

For starters, you may want to check out the Hierarchical Task Networks for mission generation and real-time behavior discussion at AIGameDev.com, along with the premium member-only talk by William van der Sterren, which was focused precisely on generating scenarios for Armed Assault.

I'm not sure if I truly understand what you're asking, but if I am correct hopefully this helps:

Since a path is basically just an array of points, you could use Random to randomize where points are.

Cheers,

==