Error opening project.,Error opening project
Today when I update the Unity version and when I try to open the application, the following errors appear: Uninstall Unity Hub and editor already, but the error persists. Even if I create a new...
View ArticleWhat is wrong? Error while opening FPS Sample Project
![alt text][1] [1]: /storage/temp/157827-unbenannt.png I cloned the FPS Sample Project of Unity yesterday from github. https://github.com/Unity-Technologies/FPSSample But if I open it with the required...
View ArticleRecursive serialization not supported, you can't dereference a PPtr while...
So I opened up my project after updating it today, and now I keep getting told that the "Reclusive serialization is not supported'. It was working fine a moment ago, and now it isn't. Now, I'm...
View Article,The associated script can not be loaded
Hi I'm new to Unity and I am making simple 2D game for mobile devices. I had 2 previous scripts ControllerScript and Joystick which used to work, but now I get this error and I can't run the game. I...
View ArticleOnly assignment, call, increment etc can be used as a statement?
I tried looking at other posts about this issue, but i don't understand what to do. Heres my code: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI;...
View ArticleArgumentOutOfRangeException error
I have an ArgumentOutOfRangeException in my code, but I do not have any arrays? First day of coding, so correct my if I'm wrong. public class PlayerMovement : MonoBehaviour { public float moveSpeed =...
View Article2 blank erros PLASE HELP,two blank errors PLASE HELP
I was trying unitys creator kit: RPG, i placed some tiles made some sprites. When i diced to build two blank errors popped up and a compile error. I tried everything, unistalling my unity version to...
View ArticleStrange message: Could not deinitialize the tracker
Hello community, I am a teacher and I have created an app for my classes. After a time of not making any changes to my project, when I opened it today, I came across this message: Could not...
View ArticleUnity editor unable to start due to 0xc000007b
I have tried reinstalling Unity editor, Microsoft Visual C++ x64 with different version and replacing msvcr, msvcp files. Using Windows 10.
View Articleunity object reference not set to an instance of an object
I am attempting to execute a method from another script and can not seem to do it. I get this error "unity object reference not set to an instance of an object".`using System; using System.Collections;...
View ArticleUnity says: "The System is Running out of memory." when it is not.
The following error message displays in the Unity Console when I exceed 60% in memory usage: The system is running out of memory. Please close applications to free memory or free up space on the...
View ArticleSDK fail to extract, incorrect format
Hi, I'm relatively new to Unity dev but I have built and run a few basic apps for my android which run fine, however, all of a sudden im getting this error: Failed to extract Android SDK Platform...
View Article[PathTracer] AddLightmap job with hash: 80142747c124e38177ecf1db7b6d3642...
I tried to look up how to fix this, but it's keeping me from updating the changes to the game.. IDK how I fixed it before, but it's not working now. If anyone has an answer on how to fix it, please let...
View Articlehow do i fix this error..Assets\FantasyMonsters\Scripts\SoloState.cs(42,17):...
Assets\FantasyMonsters\Scripts\SoloState.cs(42,17): error CS1955: Non-invocable member 'SoloState.Continue' cannot be used like a method. using System; using UnityEngine; namespace...
View ArticleErrors CS1513 and CS1022 - Need help.
I'm just getting started with Unity and I don't know why I'm getting these errors: Assets\PlayerMovementScript.cs(15,19): error CS1513: } expected Assets\PlayerMovementScript.cs(48,1): error CS1022:...
View ArticleHelp Troubleshooting: "Cannot generate 9 slice most likely because the size...
Is there anyway to pin-point the code or image that is causing the error: **"Cannot generate 9 slice most likely because the size is too big."** I have no idea how to fix this error as it doesn't...
View ArticleWhy does this error come up and please help me...
I am a beginner to unity and I had recently tried to add knock back if hit by an enemy but I get an error message of: Assets\Scripts\Enemy.cs(11,13): error CS0246: The type or namespace name 'Player'...
View ArticleWhen I click on anything on the services windows it shows me this error?
**Hello mates, So I open the services window and when I click on anything let's say the Ads button nothing happens and it shows me this error in the console:**> InvalidCastException: Specified...
View Articlewin32 error when i create a project or a c# script in unity 2019,win32...
these are the details of the error Win32Exception: ApplicationName='C:\Program Files\Unity\Editor1\Unity\Editor\Data\Tools\RoslynScripts\unity_csc.bat', CommandLine='/noconfig...
View ArticleUnity operators cannot be applied to operands of type playerHealth and int
Im working on creating a trap in a top down 2d game, and i have a simple playerHealth script with 2 public variables the player current and max health: and a slightly bigger script for the trap. i...
View Article