How to sitelock a WebGL game in Unity 2018.3?
Hello. The old way of sitelocking was through the use of Application.ExternalEval(). Examples: https://answers.unity.com/questions/358990/how-do-i-sitelock-a-game.html...
View ArticleProtecting your unity generated APK
so the question is that can users crack the apk? unzip it and start using it as their own? are unity generated apks somewhat protected? if yes then to what extent? how can we protect our apks from...
View ArticleI have problem with C# and PHP security - please help
Hello everyone -------------- _ (first sorry about my english is not good) _ I have a problems with C#, PHP, MYSQLi. I made a form for Login & Registration system with Unity. _ This a simple C#...
View ArticleProtecting Unity APK (why is unity apk so easily hacked, just unzip it, its...
How can we protect our unity apk using IL2CPP? how to protect my scripts and assets. Ok assets are a curveball. You cant protect them 100%. I get it. But scripts? how do we protect our scripts....
View ArticleAccess protected class from other script.
Hi, I'm using some script for one of my own projects from UFPS and would like to know how I would access the Inflictor below from another script with C, as I'm .js I'm not to sure with this, thanks....
View Articledo any of these things send a file to a server?
I do not want to connect to the server until later after the file has been turned into something. UnityWebRequestMultimedia.GetAudioClip("file:///" + path, AudioType.WAV); www.SendWebRequest();...
View ArticleAny way to add a layer of protection for asset from getting rip from apk
Hello experts, I made a game, and now it's need to be published but I want my 3dmodels to be secure, I know it's not 100% possible, but it's better to use any security than none. So I just want to add...
View Article