UNET - Password protection approach.
Hello everyone. What would you recommend as an approach for password protection in order to prevent server from unwanted players connecting. I don't use matchmaking, just created custom HUD with fields...
View ArticleC# protection level problem
Hello everyone , I'm reading Unity 4.x Game Development by Example Beginner Guide and trying to make sample projects which are in this book. In this book , a lot of code is wrotten in JavaScript. So i...
View ArticlePublic void method is inaccessible due to its protection level
I am trying to access a method from another script, but I am getting the protection level error. Even though I made the method Public. This is the method I want to access: public void Shoot() { timer =...
View ArticleHow to create a write-protected file from a c# script?
I try to save the Data of the player in some files using System.IO.File.WriteAllText. Is there any way to avoid players from changing their data by hand? Nobody should be able to get as much Gold as he...
View ArticleCheat Engine Detection?
Hello Im here trying to protect my game from cheats! As we all know the worlds most used memory editing software is cheat engine So what i want to know is do we have the ability to detect cheat engine?...
View ArticleUnity 5.6.1 Causes Error When Using System.Lazy
I recently tried updating Unity to version 5.6.1 from version 5.6.0. After updating, I opened a project which I had been working on and was error-free with the previous version. I got an error in the...
View ArticleUI elements not accessible due to protection level
I've been struggling with this error for a few days now and can't find a way out ... I've searched on the forum and found that this error should be caused by the property being private but in my case i...
View ArticleAnti-Hacking
I am making a game where I want items to be bought in an online store and added to account. I do not want my players to be able to hack my game and give themselves free items all in the client. (I...
View ArticleUI elements not accessible due to protection level
I've been struggling with this error for a few days now and can't find a way out ... I've searched on the forum and found that this error should be caused by the property being private but in my case i...
View ArticleUnity error "is inaccessible due to its protection level"
I totally understand that I need to instantiate prefabs before using and so on, however, I am now getting such an "inaccessible" error with a Class of the C# collection. I try to use a ConcurrentQueue...
View Articlea script to prevent lucky patcher from hacking my app
is there anybody have a unity script i can put it in my app to trace lucky patcher packages on android device and when the script find it close my app immediatly to avoid being hacked by lucky patcher...
View Articlecant access variable due to its protection
i have to scripts one with the variable and one trying to access it i cant access it even though it is public here are the two scripts the variable is called buildingActive using System.Collections;...
View ArticleProblème de protection du niveau ?
Bonjour, J'ai un problème quand je veux lancer mon jeu ça me marque : *Assets/FlammeScript.cs(16,97): error CS0122: `NewBehaviourScript.remainingfuel' is inaccessible due to its protection level S'il...
View ArticleHow to Protect Webplayer Builds?
There's this one user on kongregate that has figured out a way to crack open webplayers and veiw their code. I messaged him on how he did it and very nicely replied, here is what he said:"Unity uses...
View ArticleCreating a password
Hi ... I wanna protect my game by a changeable password ( every PC has a password ) , so my idea is : get the serial number of the "Main Board" And "Screen Card" and make some equation to get new code...
View ArticleC# Dictionary protection level when foreach-ing
Here's the error: error CS0122: `System.Collections.Generic.KeyValuePair.Value' is inaccessible due to its protection level Here's the code that triggers it: using UnityEngine; using System; using...
View ArticleHow to protect my project from decompiling?
The Unity3d compile my project into a package which will be later in my platform. Here comes a question. Is it safe? I think there is a possibility to decompile the source from this package. Anyway to...
View ArticleAre downloads of Unity pro protected against crashes or other issues while...
For example if I buy Unity pro and my computer crashes before it's done downloading, is there backup protection?
View ArticleUnable to access functions in java script from C# script
Hi, I can't access functions from C# script in to my java scripts. :( plz help
View Article