ajzbrun
ajzbrun

Reputation: 123

Test unity game in iOS without iDevice

I already search so much in the web and nothing, so I've this question:

There's any way to test or run a unity game that I'm developing for ios in a emulator for pc (windows).

I haven't any iDevice like iPod, iPad, iPhone, Mac...

Really thanks!!!

Upvotes: 1

Views: 778

Answers (1)

Programmer
Programmer

Reputation: 125245

It can be done and below are the steps to follow:

1.Download VMware Workstation 12 Player (Non commercial use)

2.Download and install OS X 10.11

3.Install Xcode after opening the VMware Workstation.

That's really it. You can use the simulator for Xcode to run your built Unity game. Remember that this is only for testing your game during development phase. Do not release your game if it has not been tested on the physical iOS device.

See this and this post for thorough instructions.

Upvotes: 2

Related Questions