Protection from Reverse Engineering/Hacking
Hello dear community :) It is not a secret that that Java/C# and few other languages could be reverted back from compiled machine code to the original coding language I was personally doing it many...
View ArticleProtection from hacking "In app purchase" on Android/iOS
Hey. How to protect your application from hacking "in app purchase" on Android/iOS, which are used by programs such as "[Freedom][1]"? [1]: http://www.in-appstore.com/
View ArticleProper way to Pool Object - Can't acces due to protection level
Hello everyone, I wanted to corroborate the way Im creating a "bullet" pool. So, I've attached a script to a static object. Where it gets mouseInput from the user. As soon as its clicked it creates an...
View Articleis there a way to secure the .unity3d web player file from downloading?
I need to share a project and I want to know if there is an easy way to secure the web player so you can't find where to download the .unity3d file from if you look in the page source. I searched a lot...
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 ArticleGetting the error "is inaccessible due to it's protection level" when I have...
So I'm working with Wwise and I've followed what's in the Wwise documentation to make the following script: using UnityEngine; using System; using System.Collections; public class ScratchPad :...
View ArticleCan't access variable due to its protection level?
I know this means public versus private in most cases however, I do not see the issue here. This is a script to determine the appropriate "Classification" depending on the time and connections made....
View ArticleSecure Unity app (WinOS) with product key
Good day I am looking for solution, how to protect my app, created on Unity. I suppose, I will pack it with InnoSetup. Cant find any good asset or module to protect app. How I understood, security...
View ArticleHow to protect .assets files
As it seems, Unity deploys assets to resources.assets and sharedassetsN.assets (where N is natural number) files, at least on mobile platforms. As [another post][1] suggests, it is not so hard to...
View ArticleProtecting Game Files on Windows from Unauthorized Access
We're writing a training application that accesses a database to record student progress. We want to ensure that people can't access the database, or other files associated with the game outside of the...
View ArticleUNET - 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 Article