Unity crashes when I open a project Linux Ubuntu 16.04.
So, I had been using Unity 5.4.0 on this computer (which runs Linux Ubuntu 16.04) for about a week. I went to download an asset from the asset store, but it said something like: this asset needs Unity...
View ArticleUnity freezes when I run this and I have no idea why, please help
Hey everyone, so I am trying to do an orbit simulation with multiple bodies involved, currently there are nine and I let the simulation run for a while and then it completely freezes and I have to...
View ArticleHow to recover Unity projects after crash?
I left my Unity running last night without saving thinking that I can come back in the morning to continue the project (it is by Unity Official Tutorials) but come back to find "Unity has stopped...
View ArticleI can't seem to open unity at all
I recently reinstalled unity because it didn't wish to open. All it does is to crash. I run Windows 10, but I have been able to use Unity before. Now it wont open at all.
View ArticleCrash on Android 5.6.0f3
Hello! I have one top crash in my game on Android platform. And it seems like it is problem in Unity. This is the stacktrace: libunity.004d6c50 (Unknown Source) libunity.000d7064 (Unknown Source)...
View ArticlePlay Console ANR errors | PLEASE HELP
Hello, Could you please help me, I keep getting ANR errors in Google Play Developer Console of my game. I don't know what causes them. I keep getting mainly these kinds: 1. Input dispatching timed out...
View ArticleNpgsql dll working in Standalone Build but not in Editor
Hello. I'm currently using an Npgsql.dll which I have placed in my Plugins folder. I'm using it in two different projects. Both my projects work fine when built. The dll does its job and allows me to...
View ArticleUnity3D crash after launching.
I have installed windows 10 few days ago and Unity3D today. Here is what I see after double-clicking unity icon: Between these screenshots white small unity window is displaying for ~1 second. ![alt...
View Articlewhy Unity 2017.1.1f1 crashes when I try to open / create project?
First I tried to install this version of unity, it was installed but then when I tried tooepn / create a project it just crashes and offers me to send a bug report. I tried to reinstall, clean up...
View ArticleHow Texture2D.CreateExternalTexture works with Direct3D11?
on Unity 2017.1.1 and 2017.1.2 Texture2D.CreateExternalTexture works well on OpenGL Mode, but it crashes if I use Direct3D11 Mode. Here is the crash stack: >...
View ArticleUnity windows crashes on startup
When launching the newly installed Unity app crashes LOG: OS : Windows 7 64 bit Problem signature: Problem Event Name: APPCRASH Application Name: Unity.exe Application Version: 2017.1.0.9747...
View Articleunity open project and crash in 2017.1.0.f3 but work with force opengl command
Hi there, I use 2017.1.0.f3 on windows7 to open my project but unity is crash without any notice. Open other project is fine. I found some suggestions that add "-force opengl" command in the unity...
View ArticleUnity takes up too much memory- then crashes
So, when i try and open my project, It crashes after its been opening for a little bit. Heres my log. Unity Editor [version: Unity 2017.1.1f1_5d30cf096e79] d3d11.dll caused an Access Violation...
View ArticleOur Unity game crash random in iOS with Unity 5.3.5p7
We use Unity5.3.5p7 error images: ![alt text][1] ![alt text][2] @JoshPeterson This error seems to happen randomly,I don't know why, Can you give me some advice? Thank you! [1]:...
View ArticleGame is crash when i m trying to change the texture in device ?
IEnumerator Ok2(string URL) { byte[] byteArray = File.ReadAllBytes (URL); yield return new WaitUntil (() =>byteArray.Length > 0); Texture2D texture = new Texture2D (1, 1); texture.LoadImage...
View Articleevery time i click the game window unity crashes
each time i try to play what i have created unity crashes mono develop crashes when i try to use it so i am using atom i am running this on a mac
View ArticleThe Unity Editor crashes when I activate shadows
Hello everyone, I have a weird problem with the latest version (2017.1.1f1) of the Unity Editor. When I create a new 3D project, add a 3D Game Object and go on the Game view, the Unity Editor crashes...
View ArticleBuild chrashes with Access Violation (0xc0000005) when setting up connection
So I was testing my build and when I tried to start a LAN connection outside of the Editor I the build crashed with the following logs error.log Unity Player [version: Unity 2017.1.0f3 (472613c02cf7)]...
View ArticleEditor crashes after loading a project
Everytime I start up Unity and try to open my project it loads everything, the editor flashes up and immediately closes again. At first deleting the projects Temp and Library folder solved the problem...
View ArticleHow do I get position from an object ?
Here is my code : public int Limit; public static float Speed = 10, X; private Rigidbody rb; void Start () { rb = GetComponent(); Speed = Random.Range (5, 10); Limit = Random.Range (100, 1000); } void...
View Article