microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
480 stars 209 forks source link

Code changes take too long to take effect #3087

Open UnsignedArduino opened 3 years ago

UnsignedArduino commented 3 years ago

Sometimes, if you have lots of code, the changes you make don't take effect unless you close and reopen the simulator. This also happens a lot with assets too.

abchatra commented 3 years ago

This is likely due to slow compilation on huge project. Do you have an example project?

UnsignedArduino commented 3 years ago

Any of my huge projects, like my tower defense game. It happens the most with this one. It also happened with a tilemap in this game.

abchatra commented 3 years ago

Thanks @UnsignedArduino