After Git pull I get these error messages
So I am working on a collaborative project. I make a pull and then I get these error messages along with a bunch of messages telling me that a meta file exist but the asset doesn't. Funnily enough if I...
View ArticleAnnoying script error,Annoying Script error
every time i try to attach my script to a sphere (im taking a class), i get the error message that says "Can't add script component 'move' because the script class cannot be found. Make sure that there...
View ArticleWhenever I build my game after implementing unity ads I 'get unable to merge...
CommandInvokationFailure: Unable to merge android manifests. E:/games!/jdk\bin\java.exe -Xmx4096M -Dcom.android.sdkmanager.toolsdir="C:/Users/HP/AppData/Local/Android/Sdk\tools" -Dfile.encoding=UTF8...
View ArticleWhy doesn't Unity decompress my Addressable assets from server?
Hi guys I am trying to set up my project to load certain stuff from the internet, using Addressables. Now I am stuck at starting the editor with the Playmode Script set Packed Play Mode in the...
View ArticleCant add script becuase of error
every time i try to attach my script to a sphere (im taking a class), i get the error message that says **"Can't add script component 'move' because the script class cannot be found. Make sure that...
View ArticleArgumentNullException: Value cannot be null. parameter name: Source
Hi :) i am making a 2D game were the player can jump on enemies and kind of bounce of them if that makes sense. Whenever i try to jump of a enemy i don't get the "bounce" and i get a error...
View Articlewhat is wrong here trying to make my player take damage by a projectile
this is the error Assets\HealthBar.cs(30,4): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement this is the code > using...
View ArticleUnity Package Manager Error 2018.4.21f1
![alt text][1] [1]: /storage/temp/159484-screenshot-358.png
View ArticleWhy is this happening to my editor?
I keep getting these errors every time I open Unity, it won't let me play or build my game and it messes up the URP and HDRP materials upon re opening the project. ![alt text][1] [1]:...
View ArticleI cannot download or import assets into Unity without getting errors. I am a...
![alt text][1] [1]: /storage/temp/159565-unityerror.png
View ArticleHow to resolve An object reference is required for the non-static field,...
Hi everyone, so im making a game and when my player is hit by a bullet, his health will decrease. However, right now there is an error between my bullet script and my PlayerHP script...
View Articlehow to fix my error CS1061
hi i need to fix my error CS1061 pls help me //: the error is: Assets\Grounded.cs(9,29): error CS1061: 'GameObject' does not contain a definition for 'Transform' and no accessible extension method...
View ArticleField is never assigned to, and will always have its default value 0?
apparently prevSpawnLoca variable has this error. { private float spawnLocaLeft; // left spawning location private float spawnLocaRight; // right spawning location private float prevSpawnLoca; //...
View ArticleCant create project because of empty launch error
If I try to create a new project with Unity hub it shows an empty launch error. The project shows up on the project list but theres no actual project folder in the folder where my Unity projects are...
View ArticleSurrogates: cannot convert to...
selector.AddSurrogate(typeof(Vector3), new StreamingContext(StreamingContextStates.All), vector3Surrogate); the last part, "vector3Surrogate" is marked as an error saying, "cannot convert from...
View ArticleLightweight Shader graph not working
I installed the lightweight rp package on unity 2018.4.22f1 and when i create a shader graph and try to open it it shows up this message: Exception thrown while invoking [OnOpenAssetAttribute] method...
View ArticleAll scripts in unity have stopped working
With every script in my unity project is added to a game object the error comes up "can't add script component because the script class cannot be found." Iv tried to reimport all my assets and it...
View ArticleIs there any way to retrieve my corrupted projects?
I started up Unity to create a new project. Then, a small window popped up saying that there is a new version on Unity to install. I clicked on it and I started the install. Then, I got an error and...
View ArticleWeb Player's error : "Failed to Initialize Player's 3d Settings",Web player...
Hi, I get this error on Internet Explorer when trying to open a game for a class. I'm on Windows 10. I Don't know much about Unity.,Hi, I can't seem to find how make Unity's web player work. I didn't...
View ArticleSprite Sheet Issues
I am new to Unity and Game Dev in general. I am having extreme issues with Unity and the Sprite Editor. The Sprite Editor doesn't splice my Sprite Sheet and I have ensured that it is on "Sprite Mode"...
View Article