Hi guys! If we right click on asset and mark it as "don't package", then build app, it still gets packaged in the final apk. Is it a bug, or "don't package" means something else? (probably I didn't understand it correctly) Thx!
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
It was meant for html export, where all assets are usually collected into a single GApp file. In that case it just means”leave that file out of the GApp”, to allow the asset to be downloaded through UrlLoader instead.
It was meant for html export, where all assets are usually collected into a single GApp file. In that case it just means”leave that file out of the GApp”, to allow the asset to be downloaded through UrlLoader instead.
Thx! Btw can we have it for mobile in future? It could be handy!
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
@Apollo14 In that case just leave it out of the project altogether. Wouldn't that work?
It's useful for html5 to keep the initial download time down.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Comments
Likes: SinisterSoft
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
It's useful for html5 to keep the initial download time down.
https://deluxepixel.com
Likes: SinisterSoft
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)