Building unity web players on the fly

Hi everybody,

I want to build unity scenes programmatically and build the associated web players on the fly. I do not want to open the Unity editor for this. Is this possible? If yes, could you please point me in the right direction because I must admit that I do not even know where to start searching for information…

Thanks in advance for any help.
K.

You can do certain things by running Unity from the command line (see here for details), but I’m not sure if this is exactly what you need.

Hi,

thanks a lot for your answer. I wasn’t aware of that. This is perfect for what I want to do as I can launch unity, execute a script to construct the scene, build it and close unity automatically. Perfect!

Thanks a lot again.
Best regards.
K.