imkira / cukunity

cukunity is an automation/testing framework that simplifies BDD testing of Unity 3D games.
http://github.com/imkira/cukunity
MIT License
81 stars 20 forks source link

Standalone/Webplayer Outlook? #5

Open bfowle opened 11 years ago

bfowle commented 11 years ago

Hello, first off- great work! I was wondering if there was still hope for a standalone/webplayer version in the future. I personally do not have Pro versions of Android/iOS and Unity made .NET Sockets Pro-only features... thus cannot perform a build to run with feature files. Cheers~

imkira commented 11 years ago

Standalone would be possible if we make a driver for MacOSX that is able to follow a few set of commands (send these mouse click/drag events to this window, send these keystroke events to this window, run app, terminate app, etc.). WebPlayer maybe also possible but I believe I would have to redesign cukunity's architecture in order to accomodate for the webplayer limitations (running inside a browser and within some security and technical limitations).

bfowle commented 11 years ago

Thanks for the reply! IMO - the Standalone would be the top priority for me, rather than the Webplayer (especially if a full redesign to the architecture is necessary) - as an alternative to the iOS/Android versions. The main reason being, again, the .NET Sockets are Pro-only versions of Android/iOS so having an alternative to test on would be ideal.

beorn commented 9 years ago

How about a version able to drive the Unity Editor in play mode?