I have a rather large Android game that I'm working on and making small changes in code is killing my productivity.
If I make a small change, it has to re-upload and install a 15mb package every time I hit run. I'm running on a real device and it's still takes a good deal of time.
Granted it's only about 1 minute, but one minute to load, 3 to test, 1 minute to change and then the cycle starts over. That's 1/5 of my time just waiting.
Is there a way to choose to just push code changes and not asset/resources?