I want to know if lazy loading is supported in construct 3. I want my game to be small in size when first started and download the necessary assets as needed later. I don't want all the assets to load at the beginning. Is there any way I can achieve this?
Develop games in your browser. Powerful, performant & highly capable.
There are no special tools for that.
You can remotely upload graphics to sprites and data yourself. But this is very labor intensive and requires knowledge.