🔐Content Safety

As owner of assets, you may be concern by the safety of the content you make. In this page learn the limit of security and what we do to protect your assets.

General Security In World

As owner of assets, you may be concern by the safety of the content you make. In this page learn the limit of security and what we do to protect your assets.

Please understand that security of your content in any game is never absolute Most games will be vulnerable to these:

  • Game/Code infiltration. In fact there is known way of infiltrating a game and inject code (Like Mods in VRChat). (Skill level needed High)

    • So any code, 3D model, texture, can be compromised.

  • The RAM (working memory) can be also read and eddied (Skill level needed Very High)

    • So any code, 3D model, texture, can be compromised.

  • The GPU Memory can be read by some software (Skill level needed Very High)

    • So any code, 3D model, texture, can be compromised.

These are the main absolute limitation of Unity security, but don't worry, these technique need a lot of knowledge and a lot of time and effort.

Since absolute security do not exist, what can we do ? It's simple, we make sure it's always hard ! The harder it is to infiltrate a game, the less people are likely to do it and the less often.

Solution: making reasonable security and doing frequent updated.

Security of your Files

  • At IncrediWorlds, we try our best to protect your files/assets, even if it's not perfect.

    • In the version Alpha 0, we do not locally store asset to prevent easy access from users.

    • In future version, assets will be locally encrypted and stored for performance improvement.

Custom script security

  • It is not recommended to code anything that is money related. In fact as soon as someone can earn by hacking, it is going to happen.

  • Do not code Scripts that manipulate critical data, because we cant provide a secure environment yet for your logic and data to be safe.

  • We try our best to make code injection hard but it is a huge challenge.

Last updated