Im building a solution in unity and i want allow to do “stuff” withit from the command line. Like run certain process and open, select scene and navigate the camera based on user inputs. That way other application, should be able to start this application with some desired inputs.
For an example.
I have a main menu. Where user select a site. This is to be surpassed by the command. So the command would basically take an input (string), open unity project. use (in this case) the input to load another scene than the main menu.
open unity and do “some stuff”
What option do i have for HTML5 solutions and the standalone player, and where/how do i started?