Scripting in windows

Hi,

I am a newbi to the forum and unity3d. I am moving from another engine and like what unity does with web. I am not a mac user but will be getting the box to run the development env.

I want to design the basic game in the mac but do my scripting in windows where I have my IDEs. Is this possible :?:

tomcat

Yes. You can either use Parallels/VMWare Fusion to virtualize a copy of Windows, or use two machines and something like Synergy to share one keyboard/mouse (like this: http://www.youtube.com/watch?v=NjfqQCxtfa0).

Thanks. Its a good video, but I am not sure if I understood it well. I think it may be my lack of knowledge of unity.

Does this mean that, I can develop the game in Mac once, then switch to my PC and just write my scripts in PC without needing to recompile the application?

I.e. If I am not changing the scenes, but I am only changing the behaviours, then can I just program in PC only?

tomcat