rygo6/GTAvaCrypt

Disabled GameObjects doesnt decrypt

Closed this issue · 1 comments

When parts of the avatar are disabled, this parts will also be encrypted. This is nice!

But when entering in play mode and set the right keys, all parts, which was disabled during encryption still looks encrypted. You have to do this workaround:

  • Delete all encrypted meshes
  • Enable all gameobjects on the original
  • Encrypt
  • Now, the gameobjects can be disabled again on the original and it works, when you press "Encrypt" again

After some investigation, I am pretty sure, that issue #6 solves this issue.