CharacterController.Move called on inactive controller
The character controller is enabled, but along with this error, I get this - Step Offset must be less or equal to + * 2 UnityEditor.DockArea:OnGUI() I've tried changing the Step Offset multiple times,...
View ArticleWhy Unity throw empty error in console
After installing Unity 2019.3.6 and opening empty project console throws two empty error messages with a timestamp. I'm using win 10 pro-64-bit updated, framework version is 4.8, last jdk, sdk and ndk,...
View ArticleCreateRoom failed.
I'm trying to create a room, but I'm having an error. Where is the problem? using Photon.Pun; using Photon.Realtime; using System.Collections; using System.Collections.Generic; using TMPro; using...
View ArticleThe type or namespace name 'EventSystems' does not exist in the namespace...
I am developing for android using Unity 2019.3.6. I'm also using the Joystick Pack from the asset store for touch input. When I type the code below it gives me an error for the UnityEngine.EventSystems...
View Articleprject path does not exist"
Please help, I have run into this problem "prject path does not exist" and I can't find a solution. when starting a new project and I give in "Create" the program closes automatically. I open Unity hub...
View ArticleError CS1061 - Error CS0103 - Error CS0165
I'm trying to make a character move and the tutorial had this script, but when I run the code I get these errors ->'Vector2' does not contain a definition for 'GetAxisRaw' and no accessible...
View ArticleUnity projects not working Error"could not establish a connection with unity"
my unity projects start loading a little, and then stop working and gives me the error message bellow. ![alt text][1] [1]: /storage/temp/155304-unity-error-message.png i've tried: 1 - restoring my...
View Articlegetting MissingReferenceExeption of 'ContainerWindow' and multiple warning in...
![alt text][1] I reloaded Unity and got those error, I can't rename anything in my scene thought.. [1]: /storage/temp/155327-error-unity.png Any help would be apprecied, thanks !
View ArticlePLEASE HELP, BUILD APK ERROR
I'm trying to solve this for days, first the problem was in my SDK, then in the SDK version, then in the NDK, then in the SDK Manager that couldn't even access the main class, now it doesn't point any...
View ArticleHow to fix this problem ?
When I launch my online game I receive an error message: " An error occurred runnig the Unity content on this page. See your brother JavaScritp console for more info. The error was: RuntimeError: index...
View ArticlePackage Manager / Package Cache Error when Upgrading Package Manager. Help?
I've downloaded 2019.3.6.f1 (and same for all other versions) and when I try to import this Unity Asset (below) it asks to Upgrade the Package Manager before importing the assets. Once I do so, it...
View ArticleUnexplanable NullReferenceException Error
I am trying to make a 2D platformer and it is all working fine for now. However, I came across this random and mysterious error where I can't figure it out. Could someone explain to me why I have it...
View ArticlePrefabs holding variables,How to carry accross game objects to prefabs
I’ve made a game where an enemy prefab is spawned and uses an empty game object as its fire point and then rotates toward the player. It instantiates a bullet I made and fires it toward the player....
View ArticleError : Didn't find class "com.google.android.gms.ads.MobileAds"
Hello, there I am trying to use Admob and Google Play Services after building I am getting this error in LOGCAT. Unity Version: *2019.1.14f1* AdMob Version: *3.15.0* Google Play Services: *0.9.64* I...
View ArticleGetting this error; Member modifier 'public' must percede member type and...
Hi everybody! This is my first time here. I'm making a movement script using this guide; https://www.youtube.com/watch?v=QGDeafTx5ug. I'm implementing combat using the Bandit asset, and am using...
View ArticleFailed to fetch the following dependencies and Resolution failed
I am using Unity 2019.3.6f1 and Google Mobile Ads Unity Plugin v5.0.1. I have imported the plugin to my Unity editor. When I try to resolve, error message appear and ask to look at console. Message at...
View ArticleWhy am I getting these build errors on my 2019.1
Here I've attached some screenshots but I've installed unity 2019.1 from unity hub, but why am I getting this Gradle build error. Do I need to switch up some stuff or download Gradle from different...
View ArticleI have a problem with my unity joining script
The error is Setting the parent of a transform which resides in a Prefab Asset is disabled to prevent data corruption (GameObject: 'Content(Clone)'). UnityEngine.Transform:SetParent(Transform)...
View Articleif statements with no error when script not found
if an if statement wants to see the value of a variable in a script but that script does not exist in that specific object it will give an Error. is there a way to change it so it just does not execute...
View ArticleNullReferenceException: Object reference not set to an instance of an object,...
Hello! I am making a game, And I got an error. This is my code: Code I am getting the error from: DifficultyData Data = SaveData.LoadDifficulty(); DifficultyLevel = Data.DifficultyLevel;...
View Article