GoogleApiException: Parameter "spreadsheetId" is missing
Hey everyone, I'm trying to access Google Spreadsheets API in my app. But i have ran into a problem on the il2cpp Android build of my app. using System.Collections.Generic; using UnityEngine; using...
View ArticleInstantiate spawns an empty game object called "New Game Object" as well as a...
I've got an issue where a game object is spawned that doesn't work as well as an empty game object called "New Game Object". I also have this error: UnityException: Transform child out of bounds...
View ArticleWebGL build exception
My project worked fine and could build in PC but when I switched to WebGL I couldn't build it anymore. I tried running Unity as an administator and rebooting but nothing seems to work. Here are the...
View Articlethe type initializer for "Hypixel.NET.Hypixel.Api" threw an exception
Hello, I'm on the development of a statistics application for a game (hypixel <=> minecraft server). The problem is that the program works on the editor, but generates exceptions on the build. It...
View ArticleSmtpException: 535-5.7.8 Username and Password not accepted
I am developing a project for android with unity 2020.1 first I have made a function that sends a mail with some code to let the user login. and it worked fine. but now after some days(4-5 days), I...
View ArticleException when unbinding service
My Android application is build with Unity 2020.1 (il2cpp). When my application lose focus when i touch a inputfield and launch keyboard or i touch a IAP button (launch IAP service), my logcat catch a...
View ArticleHttpRequestException at Mono.Net.Security.AsyncOperationStatus in IL2CPP build
Hello, I have a VR application built with IL2CPP. I'm using System.Net.Http.System.Net.Http for a call to a web service. These calls randomly throws System.Net.Http.HttpRequestException which is saying...
View ArticleIndex out of range error after checking for it.
This isn't my code, I am following a tutorial series written 5 years ago: [Unity Create a Game Series (E10. map...
View ArticleBug when importing Entities
I am getting those errors and exceptions when importing Entities package. Also, play button dissapears. I am currently using 2019 LTS version. I don't know what to do :( ![alt text][1] [1]:...
View ArticleTransform Child Out of Bounds Error
Hello everyone, Could you help me find the error in my code that results in the "UnityException: Transform child out of bounds" error. Here is the faulty line of code as well as unity gameobjects:...
View ArticleWhen using photon sometimes it fails to find local game object.
**Scenario** I am using Photon. I have a room that consists of a 2 levels that the players switch between. A game lobby and an arena where the players battle. In the lobby when the timer reaches 0 the...
View ArticleBuliding Android Game | Exception - il2cpp.exe did not run properly
I am novice in Unity and trying to build my Android game for Google Play with IL2CPP. I unsuccessfully tried a lot of solutions from the internet. Changed paths for NDK and JDK, reinstall NDK and JDK...
View ArticleFileNotFound error without description
I installed the Unity ECS packages and restarted and now I get this error twice:> unity (0,0): error System.IO.FileNotFoundException: I couldn't find anything online about this issue, so I hope any...
View ArticleIs it new in Unity? Collider exception . . .
Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported since Unity 5. If you want to use a non-convex mesh either make the Rigidbody kinematic or remove the Rigidbody component....
View ArticleCharacter animations doesnt match with the ones in blender
So I am trying to animate my character (I animated it in blender then exported it in unity) but when I try to set it up with the generic rig the hands are not closed as I made them in blender. I made...
View ArticlePlaying audio from streaming assets - how do I stop error being thrown if...
Hiya, I'm playing audio files from the streaming assets folder. If the file I'm looking for isn't there, I don't want an error to be thrown, but instead I just want to log a message to the console. I...
View ArticleHow can I show a prompt for the user when my standalone application crashes?
I have a standalone Linux application that requires graphic drivers to be installed properly. But if these are not found the application crashes immediately after launch without any error messages...
View ArticleBolt - InvalidOperationException - Variable not found
Hi, I'm using Bolt (1.4.15) I added variable to the gameobject "MoveSpeed": ![alt text][1] ---------- Then I passed this variable to input "force" in the flow graph: ![alt text][2] ---------- And then...
View Articleget_fullResolution() index outside the bounds of the array exception
Updated to 2020.3.3f1 version, updated HDRP to latest version (10.4.0) and got next infinitely spamming in editor error (even at empty new Scene): IndexOutOfRangeException: Index was outside the bounds...
View ArticleDirectory not found exception with existing path when trying to build
When i try to build i get the Directory Not Found Error while trying to path towards Assembly-CSharp.dll I also get an error that says Error building player because scripts have compile errors in the...
View Article