- Home /
OSX written apps can run in Win?
if i write an app on Unity3d 3.5 for OSX (finished), can i export it for Windows users or i have to re-write it on Windows?, not a web player it is a full app, high end 3d and use of data bases (most in universal formats or internal created).
Answer by Eric5h5 · Mar 22, 2012 at 03:35 PM
Unless you hard-coded something OS-X specific (like file paths), then it will work on Windows. That's sort of the point of Unity's publishing options...there wouldn't really be any reason for the Windows publishing option to exist in the OS X version of Unity if you had to re-write everything.
or... you could build apps for windows from a $$anonymous$$AC and vice versa...
that could help...
even if you had a file path problem, you can easily change OSX path to Win path with the help of Application.platform
Your answer
Follow this Question
Related Questions
Fullscreen issue with OSX build for Windows 1 Answer
Mac OSX build from a Windows machine won't play on mac 2 Answers
Not receiving only sending network traffic on Windows desktop build? 0 Answers
Copying a unity 3d project across a network to a mac from windows breaks lightmaps 1 Answer
Save project in Windows, open in OSX 1 Answer