Hi all,
We're a games dev team and we want to evaluate Gideros to use it to develop our new projects.
After reading the docs we have a doubt, are encrypted the resources (pngs, mp3s, etc) in Gideros? (I cannot enter into details but this is a must for us due to contracts signed).
Thanks!
Comments
We're already doing encryption on Lua files and and we can add .png encryption also (currently they aren't encrypted) But it's not possible to encrypt .mp3 files because these are played by the OS and they should be stored unencrypted.
Likes: vitalitymobile, plamen
Although it's an easy feature, we need to do some tests to see the its effect on loading performance. Most probably, it'll be available with the next version.
Likes: hgvyas123, vitalitymobile, Pyros_Studio
Likes: vitalitymobile, Platypus, thanhquan1512, hgvyas123, OZApps, Pyros_Studio, ianchia
Is there any way in the new version to get a PNG from a RenderTarget?