How do you get rid of this error? " Assertion failed on expression: 'mv_size...
Yesterday I forgot to connect my laptop to my charger. I think it was turned off automatically with Unity still opened. Today when I opened Unity again, I kept getting error after error! Weird thing is...
View ArticleWhen I use the new input system package and try to use the input debugger I...
![alt text][1] ![alt text][2] [1]: /storage/temp/173724-inputerrors1.png [2]: /storage/temp/173725-inputerrors2.png Every time I try to use the new input debugger it causes a bunch of errors and I...
View ArticleAll Unity learn projects for 2019 version present error has support for Unity...
The 2019 unity projects present file errors when loaded and cannot run
View ArticleIL2CPP error when i make Android build,Error during building native library...
I am Getting this error shown below while building android build of my project. Any Help will be appreciated Exception: C:\Program...
View ArticleI'm relatively new to working with unity, and something went horribly wrong...
KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at :0)...
View ArticleHow do I get first person controls to work?
I'm working on a first person game and have been following [this tutorial][1] to learn how to do it. I have all the code correct and have everything set up correctly as far as I know, but I'm still...
View ArticleMust include HavokSimulation:SyncJob as a dependency
I am trying to make limit my player's jumping when he is not colliding with the floor Here's my system for doing this: [UpdateBefore(typeof(PhysicsStep))] public class...
View ArticleVirtual Buttons Help with Vuforia
Hi to all! My apologies if this has been answered before I'm currently working on a scene whereby: the user scans an target image, the virtual buttons appear together with the object where the user...
View ArticleWebGL,WebGL error
**When I build my game it gives an error:** Exception: Failed running C:\Program Files\Unity\Hub\Editor\2020.2.1f1\Editor\Data\il2cpp/build/BeeSettings/offline/bee.exe --useprebuiltbuildprogram...
View ArticleNew Input System: ArgumentException: Event must be a state or delta state event
Hi everyone. I'm making a simple Android game using New Input System and OnScreen controls. Build works fine until i reload the game scene. At this moment controls stop working. After getting back to...
View ArticleSerializableAttribute appears in two namespaces after using NuGetForUnity
To be able to use the package Microsoft.ML, I installed NuGetForUnity (https://github.com/GlitchEnzo/NuGetForUnity). Now I get the following error in many of the files of the UI Core:>...
View ArticleVery Strange Assembly Errors??
I just got back from winter break and my project suddenly has all these strange errors. I will attach an image![alt text][1] [1]: /storage/temp/174042-screen-shot-2021-01-11-at-25933-pm.png ,I got back...
View Articleerror CS1022: Type or namespace definition, or end-of-file expected please...
Please help me it keeps showing "error CS1022: Type or namespace definition, or end-of-file expected" please is there anything wrong with the code or am i missing something. please help me. am a newbie...
View ArticleHelp with IAP errors after update. game ID, and system threading.
Hi, after i updated Unity Iap I got the 3 errors listed below. I tried to revert version, and tired to unlink and relink project but neither worked. If you have any idea how to fix this please let me...
View ArticleI'm getting an error: "AudioClip can't be deserialized because it has no...
I'm trying to add voice chat functionality to my multiplayer game. I'm using Mirror for the multiplayer. Unity is returning "AudioClip can't be deserialized because it has no default constructor", and...
View ArticleI need help with being able to have more than one enemy in the game.
I followed Brakeys RPG Tutorial and I tried adding two enemies in the game after finishing the series but when I attack the second enemy, the player attacks the other enemies health and when the other...
View ArticleScreen position out of view frustum (screen pos 574.000000, 266.000000)...
code: using UnityEngine; using System.Collections; public class movement : MonoBehaviour { //Variables public float speed = 6.0F; public float jumpSpeed = 8.0F; public float gravity = 20.0F; private...
View Articleunity 2019.4.15f sharedassets0.assets' is corrupted! Remove it and launch...
I am facing the following errors at the time of running an android build and it is crashing instantly, I have checked the other forums on this top as well which has the following suggestion, which...
View ArticleIssue with GameObject has been destroyed but it is not destroyed
Hi there everyone. I am having a little issue with with a GameObject that is active in the scene but when the player has a collision on the GameObject, the GameObject will not disappear. ---------- My...
View Article