why 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 Articleunity freezes when i try to open c# script
since i updated to 2017.2 i can't open sripts from unity. When i do so unity freezes and i need to close it with task menager. I use vs 2017 and It's not vs fault because it opens files from file...
View ArticleUnity crashes after adding large resolution
I added a new resolution with 8000 as width and unity crashed and I can't get it to start up again. How to fix it? Should I delete config file, edit or what? Thanks
View ArticleUnity crashing directly after "Enlighten: Bake started."
So I've had a problem with baking lights for a while especially Clustering and Light Transporting, after finally getting unity to complete Light Transports, It crashes, runs the not responding dialog...
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 Articlere-import/opening games made about a year ago failing.
I worked with my students on Unity about a year or two ago and it is unable to open any versions of the game i have made. Is there anything i can do?
View ArticleUnity 2017.1.1f crashes a lot
I'm having a lot of crashes with Unity 2017.1.1f right now. It happens when : 1) I want to resize the Scene and Game windows (side by side). Unity ends up feezing 3 seconds later. So I have to be very...
View Articlegamecrashes while being loaded
Greetings, I am currently facing an issue where the game crashes when loading a scene with five characters in it, each one of these characters has an animator controller that references all their...
View ArticleGame works fine in Editor, crashes in a build.
So my game works 100% fine in the Editor. But when I build it, and run it, it crashes (at a certain point, not directly after opening the game). It crashes when I press my Login button, which runs the...
View Article