I'm building a pretty simple game in unity free version but I may buy unity pro and the android addition. how hard will it be to convert the game to be used with the android? will I have to basically rewrite the program? how does that work?
- You will need to tweak your input (from mouse based to touch based and probably also include accelerometer)
- You need to tweak your assets (like less polygons, less textures, etc.) to get good performance on mobile devices
- Android version is still in development, but you eventually you can expect similar feature list as for iOS: http://unity3d.com/unity/licenses#iphone
pc version to you want
android more simple resource
recommand 1. unity asset store free sample
2.other thinking~ http://www.codeproject.com/Articles/116805/Programming-Windows-Phone-7-Hello-World.aspx