I want to test my multi-player game on the simulator. Is there any way to open 2 corona simulator?
Any help would be appreciated, Thanks.
I want to test my multi-player game on the simulator. Is there any way to open 2 corona simulator?
Any help would be appreciated, Thanks.
On a Mac, I know I can launch it twice and get two running at the same time.Ā I donāt now about Windows.Ā Pro subscribers also can access CoronaViewer where you can have a version running on your device and in the simulator at the same time.Ā When you save your code the device updates in near real time like the simulator.
Rob
Same on windows just dd-click the icon again or right click on the icon on task bar and click corona simulator then just click the project.
However::If you have a database and/or any kind of project folder specific stuff going on then you will need to create a copy of the folder like Ā Test Client then just open your primary project and your test project side by side.
The reason for that is the sandbox and they will be trying to read the same info which will cause all sorts of debug issues.
Hi Rob, could you advise me how to launch it twice. I donāt see any menu that might work.
Hi Christopher, I clicked the icon but the same windows appear. Donāt have any idea. (I use Mac as my computer)
Thank you very much for you guys help.
Jade,Ā
I am sure there is an easier way as I only use my apple to compile but I just open corona via command line with the -n command so just type āopen -n //Applications/Corona.appāĀ
Lots of apple users here so I am sure they know a better way of doing this but like I said I donāt even turn on my apple unless I am compiling something, or if have to program something in xcode and even then I tend to use textpad on my windows box for writing code even objective-c.
Christopher
Iāve just solve this problem now. It like Rob said just open corona simulator and then click run button from my IDE. At the first time it opened the same window because Iāve the simulator from IDE ran before so another one doesnāt work.
Thank you Christopher and Rob
When I do it, I open my Applications folder in finder, then open the CoronaSDK folder.Ā Then I click on the āCorona Terminalā icon twice, once for each instance.
Rob
On a Mac, I know I can launch it twice and get two running at the same time.Ā I donāt now about Windows.Ā Pro subscribers also can access CoronaViewer where you can have a version running on your device and in the simulator at the same time.Ā When you save your code the device updates in near real time like the simulator.
Rob
Same on windows just dd-click the icon again or right click on the icon on task bar and click corona simulator then just click the project.
However::If you have a database and/or any kind of project folder specific stuff going on then you will need to create a copy of the folder like Ā Test Client then just open your primary project and your test project side by side.
The reason for that is the sandbox and they will be trying to read the same info which will cause all sorts of debug issues.
Hi Rob, could you advise me how to launch it twice. I donāt see any menu that might work.
Hi Christopher, I clicked the icon but the same windows appear. Donāt have any idea. (I use Mac as my computer)
Thank you very much for you guys help.
Jade,Ā
I am sure there is an easier way as I only use my apple to compile but I just open corona via command line with the -n command so just type āopen -n //Applications/Corona.appāĀ
Lots of apple users here so I am sure they know a better way of doing this but like I said I donāt even turn on my apple unless I am compiling something, or if have to program something in xcode and even then I tend to use textpad on my windows box for writing code even objective-c.
Christopher
Iāve just solve this problem now. It like Rob said just open corona simulator and then click run button from my IDE. At the first time it opened the same window because Iāve the simulator from IDE ran before so another one doesnāt work.
Thank you Christopher and Rob
When I do it, I open my Applications folder in finder, then open the CoronaSDK folder.Ā Then I click on the āCorona Terminalā icon twice, once for each instance.
Rob