Couldn't Decompress Package Unity 5.6.3p1
Hi I'm trying to add the new VRChat SDK file into Unity as they said I have to delete my old VRCSDK folder and then import the new one. This one, https://vrchat.com/download/sdk However, when I...
View ArticleUnityEngine.UI stopped working
When I first open my project everything works fine. Except for two errors in the console. `FileNotFoundException: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral,...
View ArticleA get or set accessor expected
using UnityEngine; using System.Collections; public class Move: MonoBehaviour { public float maxSpeed = 10f; bool facingRight = true; Animator anim; bool grounded = false; public Transform groundCheck;...
View ArticleArgumentOutOfRangeException
I have the next error: ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[Room].get_Item (Int32 index) (at...
View ArticleError message on console & Unity crashing
I've been following a Unity Tutorial for creating a shop UI (https://www.youtube.com/watch?v=TAJCr3_kfEc) but keep running into some issues. The tutorial was going well until part 7/9 when I kept...
View Articlegrandle build fail
Hi, i need help. I have error "unable to list target platforms ... " in unity. I solve it with this solution (...
View ArticleUnable to login into Unity Editor. Message says "Service Not available".
Hi. I had installed one of Unity's 2017 series engine editor. I got an error message which says "Service not available. Please try again later", even if the internet connection is perfectly fine and...
View ArticleGetting an error that's seemingly unfixable?,Why am I getting this error?
I'm trying to write a script that let's me pickup a gun in my game but I'm getting an error that I can't seem to diagnose. The error: Assets/Scripts/M9Pickup.cs(37,24): error CS0119: Expression denotes...
View ArticleProblema al iniciar unity error 0xc000007b
Recién descargue unity, más cuando intente abrir la aplicacion me aparece un error 0xc000007b, he probado a reinstalar la aplicación, los archivos de c++ del 2010 de x64 y x32 bits pero nada funciona....
View Articlecannot drag script to player.Guitext error,cannot drag player script to the...
hello, i just started in unity with watching a survival game tutorial in you tube. and i did what he just told and when he just dragged his script to the player in hierarchy his player worked and when...
View Article{"message": "Please wait a few minutes before you try again.", "status": "fail"}
This is Instagram Error Please Help me ..!!!!
View ArticleBuild Errors Fixing Method
Hi there, I, as many people, face the problem of not understanding what went wrong and I got building errors. I do not want to post my errors because nobody is going to answer, but 1) Is there any...
View ArticleUnexpected symbol "if"
I was trying to do a mouselook script when it happened.Here is the script. public class MouseLook : MonoBehaviour { Vector2 mouselook; Vector2 smoothV; public float sensitivity = 5.0f; public float...
View ArticleFailed to Start Unity Package Manager Unity version 2017.3
Hi, I updated to Unity 2017.3 yesterday and now I am getting this error "Failed to start Unity Package Manager: operation timed out. Please see the Editor.log file for more information." I tried...
View ArticleTutorial launch error
Hi, I recently downloaded unity for fun as a thing to do in my spare time, I have used unity only once before and wanted to go through the tutorial's again. I downloaded the basic tutorials and...
View Articlegoogle play services build error
I added the Google Play games plugin for a game and followed the steps given by Google's webpage to integrate it with the game. When I build, the following error occurs. ![alt text][1] Has anyone gone...
View ArticleAssets/Standard Assets/CrossPlatformInput/Scripts/MobileControlRig.cs(57,37):...
I am getting this error CS0117: `UnityEditor.EditorUserBuildSettings' does not contain a definition for `IActiveBuildTargetChanged' Blockquote after getting this error 'Assets/Standard...
View ArticleUNITY : installation error vc ++ 2015 failed. error 23,UNITY : microsoft vc++...
I recently download and installed unity but during the installation process. An error comes up "v c++ 2015 install failed with error code 23". after the install finishes i try to launch the engine and...
View ArticleResolve build tools error,Unable to resolve build tool - Unity
This is my first time building anything with unity and When I try to save the project as a apk file, I'm getting the "unable to resolve build tools directory" error. I've downloaded and switched the...
View ArticleInternal Unity Error when trying to save a Prefab.
**This happens every time I try to save the Prefab:**> NullReferenceException: Object reference not set to an instance of an object UnityEditor.PrefabUtility.RegisterNewObjects...
View Article