How to disable or stop logs from generating. Sucking my perfomance BAD.
as you see in the cpu profiler read the logs to console are taking their toll and always they are circled in blue I want to fully disable or stop them from even generating, how do I 100% stop them...
View ArticleUnity standalone build crashes for some users
I am using unity 5.4.3f1, and standalone build plays fine on my machine and for the majority of players, however for a small part of the players it keeps crashing with an access violation. Crashes are...
View ArticleReal-time and historical input telemetry
Hi, I'm currently making a car-based application for driver analysis, and at the moment I have only access to very basic real-time feedback, as below: ![alt text][1] It's a start, and the bar charts...
View ArticleAndroid app install size 2-3 times size of Apk, and Apk more than twice as...
Edit: Sorry about formatting. The website seems to be broken atm. Complete build size is 7.3 MB in Editor.Log Checking the apk, the size is 21.9 MB Checking the size after installation the size is...
View ArticleDon't overwrite output_log.txt between runs
I'm looking for a way to keep the information in the output_log.txt file between runs of the application. As far as I can tell, Unity clears the file every time the application is started. This is what...
View ArticleGetting log from unity and ECG physiological markers using VB script
Hello all, I'm doing a project for my masters, where we use unity for VR, and we want to have people to be in the trial and experience this VR space and be connected to ECG, for reading their heart...
View ArticleDebug log not showing in iOS build
Hey, guys I've been struggling with the following issue for couple of days and hope that somebody could help me. I want to get my app logs from running iOS device. If I run the app from the Xcode, then...
View ArticleMy game is crashing when i run it after build, Access Violation (0xc0000005)
Hello, i have the next issue: When i try to run my game after build, it crash trying to load the first escene and i get this message in the generated error log: `Unity Player [version: Unity...
View ArticleGetting "Write to location 00000000 caused an access violation", while my...
I have a Unity Application thats running on a Computer with an **Oculus** connected, so the game is running on the oculus (I don't know if the error has something to do with the Oculus or VR in...
View ArticleBuild crashes but output.log shows no errors
One of our players has been experiencing regular crashes, at an early stage of the game, and has sent us the output.log file. However, I can't seem to find any errors in it. Am I missing something or...
View Articlemany collisions while holding an item
Hello all, I'm sending a massage to the log file when I pick an Item with HTC Vive controller. in my log file I get this: Picked item, name : AppleRed at: 6/25/2017 5:43:17 PM Picked item, name :...
View Articlereferencing a gameObject with it's own script
Hello all, I'm having trouble with something very simple: I want to reference a game object with it's own script. public class ItemScript : MonoBehaviour { public Inventory inventory; public ItemType...
View ArticleHelp with displaying Debug.log info to chart on screen when press play. Excel...
I hope this has a simple solution but i am trying to display my chart from excel to the screen of my game. It can be as a GUI or simple text. When i run it the correct information displays at the...
View ArticleDebug.log,print not working when run from mobile android
inside button click event not showing print other codes are running when i run from mobile and at the same time run by game completely working. what is the problem?
View ArticleWhat does the log tell me about editor crash on play?
`[enter code here][1]`Hi, I started running into this problem where the unity editor crashes when I press the play button. It does this only in one particular scene of one particular project, and also...
View ArticleBuild errors because of imported models?
So, I've been at this for hours to no avail. I've imported some models and animations for my character that seem to work great in the editor, but as soon as I attempt to build it wets the bed. During...
View ArticleCrash at game startup 2017.1
After Unity update to version 2017.1 builds crashed at startup. I thought this is a problem with shaders but in one of crash logs can't see line about shader. Maybe it's problem with touch support but...
View ArticlePlay Services : Cant register Classes
Hey there ! Im using unity 2017.1.0f3 with the appodeal plugin for ad mediation and i tried to implement google play services 0.9.4.1. But somehow i always encounter this problem here. GamesUnitySDK:...
View ArticlePlease help understand this Editor-Crash Log file
Hey, ---------- For some reason, after re-compiling scripts, unity freezes and then crashes - however I am able to get into the project without issues, - it's only after the first compilation that...
View ArticleDebug.Log() remove callstack ?
I'm working on an android project and I have a hard time reading the output in the android console because of the callstack for EACH log output. Is it possible to just have whatever I want to log...
View Article