Hi, I created a game using unity iphone.there are six characters in my game,first you click one character,the character was selected, and then you click a target position,the selected character will move to your target position. this function work well in the unity3d iphone engine. however when i build an exe file for it, although the exe file can be opened in window xp, I can only selected the character,the rest operation can't work.I don't know what cause this problem, can you give me some advise. My build step is below: In Unity Select File from the top menu. Select Build Settings Select PC & Mac Standalone under the platforms column (lower left) On the combo box labelled Target Platform select Windows Click Switch Platform button (lower left, 1st button). When all the assets have been reconverted to suit the new platform, youll be ready to click the build button (lower right).
Thanks in advance.