Search Unity

Asset bundles on Windows Store and Windows Phone 8 Unity Apps?

Discussion in 'Windows' started by mikebellca, Oct 5, 2013.

  1. mikebellca

    mikebellca

    Joined:
    Oct 5, 2013
    Posts:
    3
    Hi,

    I'm wondering if Asset bundles are supported on Windows Phone and Windows Store Unity Apps.

    If so, how do I specify those platforms when I export the asset bundles?

    I've built asset bundles in the past for IOS, but now we are porting to Windows Phone and Windows Store...

    Thanks

    Mike
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,918
    Hi,

    you can specify a platform while calling BuildAssetBundle.

    For Windows Store Apps it will be MetroPlayer,
    For WP8 it will be WP8Player
     
    zd likes this.
  3. mikebellca

    mikebellca

    Joined:
    Oct 5, 2013
    Posts:
    3