x


project management of a Multi platform asset

How does one efficiently develop for multiple platforms? Specifically, I will be building a game for iOS and windows desktop. Is it possible to have 2 versions of an art asset (e.g. a texture) within the Unity Editor - one optimized for iOS and a "heavyweight" one for desktop version? Then when I run the game, the appropriate asset will be used depending on which platform I want Unity to target at that time. The only way I can think of trying this is some sort of source control mechanism which involves branching my project into an iOS and a Windows branch. Common files will somehow be symbolic links ( like in Unix file system).

more ▼

asked Nov 07 '10 at 03:15 AM

grizzlee gravatar image

grizzlee
25 4 4 8

I have this same issue. I specifically need to use lower-poly models for mobile (which I've done with scripts), but more annoyingly, materials which crash mobile (Android) but work fine on iOS and web/pc/mac. I'd hate to have to script those as well.

Jan 10 '11 at 10:46 PM DaveA

Windows has also had symbolic links for a while now, and with Windows 7 they're actually usable! Run "mklink /?" from a command shell for more info. You could set up a folder structure with common/win/ios sub-folders and re-link them prior to loading Unity. I'm not sure how the Unity asset loader and scene cache would cope with this though.

Jan 11 '11 at 01:52 AM yoyo
(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Any new ideas on this? I've tried three methods: 1. use separete resources foders (not good as it increases build size) 2. use different skins (combersome) 2. 3. replaceing stuff manually when switching platforms (also very combersome)

2.

more ▼

answered Jun 16 '11 at 01:01 AM

Soundguy gravatar image

Soundguy
91 3 3 5

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1969
x420
x338
x118
x23

asked: Nov 07 '10 at 03:15 AM

Seen: 1729 times

Last Updated: Jun 16 '11 at 01:01 AM