Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

During this weekend, I worked on some Target Platform switcher scripts for Unity, to make platform switching faster.
I frequently need to switch platforms from Windows to Android (and vice-versa), so I made some experiments, with awesome results!

This first script, I believe will work on any OS:
https://gist.github.com/andreiagmu/add97f64c3cae3ce7f379a5b376a9c25

And this one here is EVEN FASTER, using symlink operations (but only for Windows systems!)
https://gist.github.com/andreiagmu/116d2dffd7de40d0792ed5536789f218

My NekoSuki! project has a bit above 3GB of assets, so to switch platforms (from Windows to Android, for example) it takes something like 2 hours (in my notebook).
With the symlink switcher, each switch (after the first one) takes only 3 minutes! Isn't that a big productivity boost :D

I hope these scripts are useful to Unity game devs! ;3