can i move object with lerp in while loop inside update?
My application crashes when I try to move an object using lerp inside the update and while; My script should check the condition, and when it is true, get all the child objects and hide all but one....
View ArticleUnity crash
Please help, I'm so tired of Unity games crashing in my pc. Sometimes I can play a game for hours with no problem. Other times my whole computer crash an restart. I reinstalled the games, doesn't work....
View ArticleLicensing Client error found in logs
My colleague has been experiencing a very reliable crash of the Editor when exiting play mode. We found nothing useful in the logs but this: [LicensingClient] Error: Code 10 while verifying Licensing...
View ArticleUnity directional lights crash my build
Everytime, when i build and run a game it crashes instantly. But when I run a build without any directional light it seems to work correctly and I can't find any solutions why it works like that. In...
View Article[mac] unity unusable; hangs indefinitely importing assets/compiling scripts
i have a yearlong project running unity `2021.5.15f1` on mac. in the past week, unity has been completely unusable -- it hangs indefinitely every time i use it. it exhibits two problems: 1) when...
View Articleevery time I create a project I get the errors that you see in the image
Hello, every time I create a project I get the errors that you see in the image, I have tried several versions of Unity and it happens to me in all of them, right now I am in version 2023.1.0b5. Do you...
View ArticleScript freezes unity whenever a specific function is wrong.,My Script freezes...
I am having a problem whenever I attempt to run a new Script I made, the script is for drawing a catan board. Here is what the code is supposed to do: 1. Draw a Catan Board of a given Size 2. Have an...
View ArticleThe game crashes on startup for some users (Steam)
We recently launched the game on Steam and started receiving crashes. For ~2% of players, the game does not even start, it immediately crashes. I collected dmp files from two people, I hope someone can...
View ArticleUnity crashes with HashSet.Add
I planned for information of an item being purchased or in a mobile game to be stared in a hashSet. If the item name is in that set, then the player has purchased that set. However, when I call...
View ArticleIs there a way to save player data when the app crashes?
I need to make sure the player's data (like position) is up to date when it crashes and then reloads. How can i do this? In many mobile games, the player's progress is always up to date, but I don't...
View ArticleAssetBundle.Unload crash on Android
I got many crash logs after I upgrade unity from 2018.4.8 to 2020.3.36 The following is the crash log: java.lang.Error: FATAL EXCEPTION [UnityMain] Unity version : 2020.3.36f1 Device model : vivo...
View Articleunity crashed and player wont move anymore
I have a simple player controller script on my player. I managed to make an infinite loop on another script, and the unity editor crashed. Remade everything that didn't save, but now my player seems to...
View ArticleUnity Crash "Invalid SceneHandle" when calling Renderer.set_enabled
What are the rules for enabling or disabling a Renderer object in regards to threading? Is this suppose to be thread safe or no? When exactly is a SceneHandle assigned and when exactly is it nulled?
View ArticleUnity stuck on "calculating" when attempting to download my project
I'm using Unity 2019.4.38f1 LTS and I attempted to open a project yesterday, but the project would start to open, get stuck and then Unity was just unresponsive. So I tried various things in attempt to...
View ArticleMy unity crash after starting play or when quitting it.
**Hello im 3d artist, for a project i downloaded new version 2021.3.20f.1. I tried to delete and download it again but doesn't solve the problem. When i open new project at urp 14 error appearing....
View ArticleDirectX 12 problems in builded unity game
Hello everyone, I'm working with my game which uses HDRP. Today I switched my project from DX11 to DX12. Project switched to DX12 without any issues. In Editor everything works fine without errors and...
View ArticleGame crashes in loop with multiple instances of coroutine
while (select) { print("looping"); //choose a unit if (mouse) { print("mouse"); if (Physics.Raycast(Camera.main.ScreenPointToRay(Input.mousePosition), out RaycastHit rayHit, Mathf.Infinity,...
View Articlehelp!!!help!!!! android game crash which build with unity 2021.3.21f1!!!
using vivo x21a to test. the game will crash soon,trace on libunity.so crashinfo: 2023-05-11 17:47:46.328 18348-18348/? A/DEBUG: Softversion: PD1728_A_7.10.32 2023-05-11 17:47:46.329 18348-18348/?...
View ArticleUnity crashes too often
I'm a beginner and I don't know how to solve the problem with the crash the editor log : ========== OUTPUTTING STACK TRACE ================== 0x00007FFF7BEE492B (d3d11) D3DKMTOpenResource...
View Article