Unity 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 Article...FirstPersonController.m_WalkSpeed is inaccessible due to its protection level
I can't access my FirstPersonController variables despite making them public, here is the full error : Assets/Script/script.cs(15,67): error CS0122:...
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 ArticleProtection 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 Article