Please help me fix steam-released game crashing without log crash message
My game is now on steam, some of our players say that the game crashes after loading. When I look at the log files, I see the following and I can't find a solution. There is no crash notification in...
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 ArticleWhich file store all error logs in the user build
Hello there, I want to collect log files from Windows standalone users to detect errors in the build. But I am completely clueless which file is storing these errors? Or are error logs only generated...
View ArticleHow to add new LogType ?
How can I use custom Logtype in Unity? Now, Debug class has five log types ( Assert, Error, Exception, Log, Warning ), but, I'd like to add new log type "Debug" and "Info". My goal is using "Debug" and...
View ArticleRedirect c++ dll console cout message
I am using a c++ dll from unity, I need to find a way to get the Std::Out and Std::Error from the .dll, either in a log file or from the console. I tried redirecting the console from c++ to print the...
View Article"Project could not be opened. Please check the logs." error
I didn't use unity for almost 8 months. When, I reinstalled the Unity hub (3.2.0) and also the LTS version (2021.3.8f1). Then I clicked the New project button and selected 2D core option and then named...
View Articlemono_crash.mem files generated
My mac app is generating these files. Is there a setting somewhere that can enable or disable this? ![alt text][1] [1]: /storage/temp/195763-screen-shot-2022-04-29-at-23335-pm.png
View ArticleHow to see the full Test Runner's log ?
Hi everyone, I am currently working with Unity's Test Runner and so far everything works just fine. However, I recently noticed this message ![alt text][1] at the *end* of logs. But obviously this is...
View ArticleHow to search logs and only highlight matches not hide them
So i use the search bar function all the time in the console but it hides all the other entries around it that don't match the search. Is there a setting to turn that off so i can see the logs around...
View ArticleUnity Dashboard- Crashes and Exceptions logs shows only Android and not IOS
When I go to Unity Services dashboard to my project (which is both android and ios), the Crashes and Exceptions shows only Android logs. Even when I try to filter by choosing a Device type it shows...
View ArticleUnity Crashing on opening gameplay scene
I have a project, been working on it since last 8 month, on unity 2019.4.1f1. One day due to electricity faliure system shut down directly and the next day when i try to open this project unity is...
View ArticleWhat causes this build log message: "Shader import version has changed; will...
Log message: "Shader import version has changed; will reimport all shaders..." This log message is appearing in my build log, and shaders are being recompiled, even when nothing (that I know of) has...
View ArticleThis Error message always show when save
"ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" This error message are always show up when I save scene or...
View ArticleConstant messages in the Console
When I open up my project in Unity 2020.3.11f1, I constantly get messages in the console that state: Allocation of 24 bytes at 0000024880002280 TLS Allocator ALLOC_TEMP_THREAD, underlying allocator...
View ArticleHow to log the GameObject from a Scriptable Object Event
Hello, Need help because I did't find anything on Google with a few searchs, keywords are too vague maybe... . I have an event system within a C# struct and some ScriptableObjects using it. One...
View ArticleAndroid Logcat does not show anything
Hello, now I encountered some problems. log cat does not work. I tried to reconnect the device and re-installed the Android logcat, but still, it displays nothing. It works in other projects, but 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 ArticleChange log timezone to system
The timezone of my build logs are different from the system's timezone. The build is always logging with UTC (found in Player.log). However, the Editor is using the system's timezone in the logs....
View ArticleHow to create an in game log that records player actions?
I'm trying to do the above. I want to create a log that records player actions, e.g. if you select a chair, the text "this is a chair" appears in a textbox. But if I then selected a table, the text:...
View ArticleWhat is included in Unity built_in extra? (Unity 2018 LTS)
Can anyone guide me , what actually Unity built_in extra made of? (in build report / log file) Unity UI Images ? lights size ? particles ? or something else!!
View Article