Thank you for your replies. Your sharing is inspiring me about security issue.
But I still have some doubts. Please help me out.
_memo:
I think you opinion is quite right. Maybe I can just raise the cost of attacker as corona273 mentioned.
I just wonder why unity provide unity3d format to store the assets? Do you think this level of security is really do something? I just feel not uncomfortable to expose my art works in such a direct way…
corona273:
Thank you for suggesting me the method. And I have tried your method. However, I found that corona do not allow me to delete the image file after I rendered to the display. [I used os.remove()]
I can just remove the image file after I “destroy” the display object [by display.remove].
This mean I have to expose my work during the time of displaying the image on screen but not just expose a while during the time of rendering.
Am I right? Or corona has better API I missed?