- Home /
Is there a way to protect a prefab variable values? (Anti cheat)
For example, If i store a character strength value in the prefab Serializable field. Is it easily accessable for someone to change it after the game is installed(Android/IOS) ? Is there a way to protect these values?
Answer by Pangamini · Apr 20 at 08:07 PM
The game runs on the client's device. There will never be a way to prevent the client from altering the software running on his device, just some ways to make it harder. The only real option is to run the critical part of the game on a secure server and this will hardly ever change.
Answer by Maxicids · Apr 20 at 01:32 PM
Maybe this library could help https://www.google.com/amp/s/prog.world/protection-from-cheaters-by-examples-for-unity/%3famp
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
instantiating unique classes of a type 0 Answers
How to Instantiate a GameObject from a ScriptableObject piece of script? 0 Answers