Search Unity

Fast Platform Switch - One button, no-nonsense ultimate time-saver!

Discussion in 'Assets and Asset Store' started by jemast, Sep 15, 2013.

  1. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Hello,

    We are jemast software, a small indie software development studio. We have submitted an editor extension to the Asset Store that aims at drastically reducing the platform switch time:

    Fast Platform Switch

    Fast Platform Switch aims at reducing the time taken switching platform by caching all data that has already been imported and does not need to be reimported. In an ideal scenario where your platforms are cached and you haven’t changed anything, you can see an improvement of up to 15x faster platform switching time. And that’s including the time it took to move the cache around.

    Bullet Points:
    Up to 15x faster platform switch!
    Automatic caching of all platforms
    → Works with all platforms (mobile, desktop, web...) and texture compression (ETC, DXT, ...)
    → No-nonsense one button interface
    Compression option to save space
    → Expertimental support for hard links
    API to integrate in your custom pipeline
    → Did we mention it is fast?

    Requirements:
    - Works with Unity Standard (Free) and Pro
    - Unity 4.0+
    - Works on Windows and OS X
    - OS X 10.6+ / Windows Vista+


    Price: $25

    Available on the Asset Store: Get it here
    Available on our FastSpring Store: Get it here



    Promo Screenshot:



    Video Demo

    Fast Platform Switch does not modify or interfere with the asset import pipeline. Therefore, it doesn’t have any effect on the time it takes to import new or modified assets. What it does is that it caches assets that have already been imported so you don’t have to reimport them if you haven’t modified them. Concretely, that means that the first time you switch to a new platform, you won’t see any benefit. Only subsequent switches will use cache.

    While we've made sure that this tool receives a high level of polish in terms of UI and functionality, we welcome your feedback to make it even more refined. We'll want to make sure that the first thing you'll do when you start a new project is import Fast Platform Switch.


    Thanks,

    jemast software
     
    Last edited: Jul 22, 2014
  2. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Hello again,

    We'd like to give an update on this asset. We've ran into some road bumps with Unity validation (related to licensing) but we're confident this will be accepted this week on the Asset Store.

    In the meantime, we've also added a short video to demonstrate how easy it is to use Fast Platform Switch in your projects and how immediate and huge the gains are.

    We're open to your feedback!


    Cheers,

    jemast software
     
  3. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    We're now live on the Asset Store: http://u3d.as/5zK

    We're also actively looking at making this extension even faster using new caching mechanisms!
     
  4. crafTDev

    crafTDev

    Joined:
    Nov 5, 2008
    Posts:
    1,820
    Boom! This is what I needed! OMG!
     
  5. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Be sure to let us know how it goes! We've done a lot of testing and using it in our projects with great results but we're eager to get feedback on how to make this a breeze to use.
     
  6. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    We're bumping this because we've detected and fixed several critical issues in the current version and have submitted v1.1 to the Asset Store. If you have bought this asset or plan on buying it, contact us ASAP so we can send you the update. Current version can trigger issues with asset importers and will not force you to use .meta files although those are required to prevent import settings reset upon switch.

    When using this asset, remember to backup your project first and make sure everything is OK after several platform switches. We've done a lot of testing but this also requires external feedback to detect cases we're not testing yet. Rest assured that keeping project integrity is our number 1 priority.

    EDIT: The fixes are now live in the Asset Store!
     
    Last edited: Oct 22, 2013
  7. derkoi

    derkoi

    Joined:
    Jul 3, 2012
    Posts:
    2,260
    Hi, I'm interested in this and currently copy my project folder to another location when backing up. Is there any potential issues I might run in to using Fast Platform Switch? Would I need to back up the cache?
     
  8. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Hello and thanks for your interest.

    We haven't received any contact regarding issues since v1.1 and we have no pending bugfixes so we're quite confident about the reliability of current version.

    We do have a rare issue in v1.2 where sometimes the switch won't start at all and the plugin window will be stuck in "Waiting for platform refresh..." preventing you from further switches. Though we have an "unstuck UI" button in the settings to allow switching again (it just deletes a bunch of lock files in the cache). We're trying to track it down but it's very rare and has absolutely no other effect than locking the Fast Platform Switch window until you manually unlock it from the Settings. Another small issue is the Mercurial ignore file auto-configure option which is incorrect but since you're not using version control you're not concerned.

    The plugin will require you to use "external version control" (.meta files) as this is required to make sure asset importers are properly persisted and reimported after switch (it will check for meta files before switching and allow it only if they are enabled). Other than that, it makes absolutely no change to your project or your files (by the way it doesn't automatically enable meta files, it asks and you can refuse but then the plugin does nothing...).

    Finally, we recommend you do not backup cache as this will only waste your disk space. It only caches files that can be regenerated by Unity (imported versions of your textures, sounds, models, ...). The cache is stored at the root level of your project under the LocalCache directory. Though we really recommend backing up because we can't guarantee we haven't missed an edge case that would cause issues, so better be safe than sorry. Also, we don't have access to Unity 4.3 beta so consider this unsupported at the moment (we've been made aware of new options that can cause issues if enabled).

    If you're conflicted about this asset and want make sure it will fit your needs and won't be a waste of your money, we can send you a test version (full version, no limitations) and you decide for yourself if it's worth buying or not. If you're interested, send me an e-mail at: jeremie {dot} diprizio {at} jemast {dot} com
     
  9. derkoi

    derkoi

    Joined:
    Jul 3, 2012
    Posts:
    2,260
    Thanks Jeremie.

    I don't use external version control, can you give me an idea of what i'd need to do?

    I see, i just need to enable it in Unity so it creates the .meta files? Not actually use a version control service?
     
    Last edited: Nov 9, 2013
  10. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    You don't actually need to use any version control mechanism. It just needs to be enabled in Unity: by default we'll enable .meta files which generate a .meta file for each of your asset in the Assets directory (though you won't see them in Unity). Those files are storing the asset import settings (e.g. texture compression, resolution, ...) as this is critical to ensure proper asset import after switch.
     
  11. derkoi

    derkoi

    Joined:
    Jul 3, 2012
    Posts:
    2,260
    Sounds great. I've email you. Thanks
     
  12. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Hello,

    We don't do a lot of promo bumps but we're having a really cool update coming through with experimental support for hard links. If you're unfamiliar with what hard links are, it means that instead of moving the cache around, we just change some folder references which should provide a nice speed boost especially on Hard Disk drives, but it is also a cool update for Solid State drives as it puts less pressure on writes (and therefore helps longevity).

    We've got a lot of positive feedback from our users and we're really thrilled that this asset does the job in a simple and convenient way. Feel free to let us know if you'd like to see new features or changes to make the tool even better. And do not hesitate to contact us if you are getting issues!
     
  13. KarolD

    KarolD

    Joined:
    Oct 23, 2012
    Posts:
    12
    Hi,

    I have a custom build script that's used to build several android apks - each with different texture support (via AndroidBuildSubtarget.DXT, AndroidBuildSubtarget.PVRTC etc.). This forces texture reimport. In my case it's a couple of hours (the whole build takes a day :-/).
    I was wondering - does your plugin support caching android build subtargets ?
     
  14. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    @KaroID

    Hello,

    Indeed the plugin does support texture subtargets for all platforms that have them (Android and BlackBerry). In fact, this is the very reason we started working on this plugin. Building all Android packages for each target was painfully slow and we thought there had to be some way to cache all that data!

    If you're unsure about the plugin and want to give it a go before you buy, contact me at jeremie [dot] diprizio [at] jemast [dot] com and I'll send you a test version to give it a spin and see if it helps on your end. On our end it's giving tremendous results and we've got plenty of users telling us it has really helped so we're very happy about it!

    As mentionned in the docs and here, please do backup your project before using. Though the plugin does not modify your assets and we have no report of anything failing due to the plugin, we'd rather be safe than sorry and make sure your projects are securely backed up! On our end we use version control (Git or Mercurial) which gives an additional layer of monitoring and backup.
     
  15. KarolD

    KarolD

    Joined:
    Oct 23, 2012
    Posts:
    12
    Great.
    You have my money, sir ;)
     
  16. Checco-Esimple

    Checco-Esimple

    Joined:
    Feb 14, 2008
    Posts:
    82
    Hi guys, will it work with unity 4.6?
     
  17. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    @Checco

    Yes it does work with Unity 4.6 beta. I'm also closely monitoring progress on Unity 5.0 and will provide early support as soon as this week-end (it probably works OK already except for new/removed platforms such as WebGL that I'd have to look into). Needless to say it will have day one full support once Unity 5.0 is out.

    Let me know if you're unsure and want to give it a try with a fully featured version? Send me an e-mail at jeremie [dot] diprizio [at] jemast [dot] com.
     
  18. Checco-Esimple

    Checco-Esimple

    Joined:
    Feb 14, 2008
    Posts:
    82
    Thanks a lot! I'll send you an email right now ;)
     
  19. Checco-Esimple

    Checco-Esimple

    Joined:
    Feb 14, 2008
    Posts:
    82
    Amazing Jemast.. we started testing ;)
     
  20. Doddler

    Doddler

    Joined:
    Jul 12, 2011
    Posts:
    269
    Curious if this asset works in Unity 5.
     
  21. Zenix

    Zenix

    Joined:
    Nov 9, 2009
    Posts:
    213
    Bump. Am also curious to know if this is working in Unity 5.
     
  22. jemast

    jemast

    Joined:
    Dec 7, 2011
    Posts:
    141
    Sorry for the reply delay.

    I'd say more or less! On our end it's been working fine up to recent RCs and seems ok on the final version (though if you're migrating a project from 4 to 5 you'll have to delete cache).

    We're getting some reports of issues but not a lot at the moment and I can't tell if there are major issues that are yet to be seen (due to the wide range of projects, assets, configurations, ...).

    If you'd like to try it out, shoot me an e-mail at jeremie.diprizio@jemast.com and I'll get you a test version, that way you can let me know if it works for you!
     
  23. hakankaraduman

    hakankaraduman

    Joined:
    Aug 27, 2012
    Posts:
    354
    Hi, I'm getting a crash at the end of the process, when I use it on latest Unity 5
     
  24. ev3d

    ev3d

    Joined:
    Apr 19, 2013
    Posts:
    327
    I keep emailing Jemast for support and ever get a response... been this way for many months... sent over 10 emails.. Seems this asset is dead..
     
  25. gulfam131

    gulfam131

    Joined:
    Aug 1, 2013
    Posts:
    10
    it looks a nice way to switch platform, let me try it. :)
     
  26. hexagonius

    hexagonius

    Joined:
    Mar 26, 2013
    Posts:
    98
    No answer on my end as well...
     
  27. Aurigan

    Aurigan

    Joined:
    Jun 30, 2013
    Posts:
    291
    This has now been removed from the asset store, shame as it saved me a TON of time. I anyone has an alternate solution please post it below!
     
    sapanda88 and sheng319 like this.
  28. ilmario

    ilmario

    Joined:
    Feb 16, 2015
    Posts:
    71
    This seems new and hot, just bought it and currently testing:
    Turbo Platform Switch
     
    Aurigan likes this.