Unity 5 Beta 14 - Crash After the button "play" is clicked

Hello !

I have a probleme with unity 5 beta 14.

I have imported my project, convert script and launch unity 5.

I don’t have error in the console, so i open my scene, all is good but after clicked on the " play " button,
Unity save my scene and after that … nothing !

Screen :

Unity crash :@
All time, i close him, launch again and he crash all time --’

I have change the unity version for this probleme (before 4.6), so i don’t know were the probleme is, if is the size of my project or another :frowning:

I have a very good PC so i don’t thing this is my PC the probleme.

Thanck you :slight_smile:

The latest beta version is 17. Try updating to the latest version.

Yes i know that but :

Unity 5.0 beta 14 for Windows
Latest fully tested release

IF and only IF the probleme is resolve to the Beta 17 i donwload this version.
But the BETA 14 is the most " stable " version.

:slight_smile:

Beta 17 still contains more big fixes than beta 14. The difference is that beta 14 was more carefully tested.

Yeah, 17 could be twice as stable as 14, it just wasn’t tested enough.

Ha ! Oh guy’s :slight_smile:

Sorry i don’t understand that.

So if i download beta 17 and if the probleme still here ? What is the solution ?

Post crash logs, submit a bug, all the usual stuff.

How do you want to know whether the problem is still there?

First of all, it is a beta version, so not exactly what one would consider a stable build. It is more likely that you run into issues.
When it comes to problem solving, it is usually a must to have the newest version. Otherwise you may simply encounter an already solved problem. That is usually the newest stable version, but as there is no stable version of Unity 5, the newest release should do it.
This is a requirement. If you still have issues then, you have the possibility to submit bug reports, to further ask in the forum. It is likely that someone will ask you to post your editor logs and like that it becomes possible to isolate the issue.

You always have the possibility to wait and pray that the issue disappears automagically. But if that is your plan, there is no need to post in this forum.

I don’t have a crash logs :s

Dantus :

I know that, but Unity Freeze after i clicked on the " play " button and after that " no answer " in the task manager.
So i don’t have crash log or bug reports.

Does it happen on an empty scene?
If an empty scene works fine, try disabling game objects in your scene one by one to determine which one is causing Unity to freeze.

No, this is for all scene.

I have created a new scene with just Directionnal light and main camera and i have the same probleme

There are always editor logs. It is even helpful if they don’t mention a crash.

Ok but were i can find logs ?

Ok thanks, i have find the logs :slight_smile:

Did you try to create a completely new empty project and see whether you have the same issue?

That work !!! With a new project, i have imported some asset and i can play :slight_smile:

But with my game project that don’t work :frowning:

You may try to import your 3rd party assets one after another to check whether they cause the crash. It is likely that not all of them are ready for Unity 5 yet and need further changes to work properly.
I am crossing my fingers and hope the crash is not caused by the Decal System :slight_smile:

I have launch another scene of my game project, just with :

  • 1 cube
  • 1 camera

And the play mode work ! So i go to my " level 2 " clic on the play button and … that WORKS !!!

Thanck you for you’r help and you’r time :smile:

But i have 2 new little probleme, the first is :

  1. After the play mode as launch i clic for shoot in my game but the cursor is on the scene editor :s
    And i can’t move it, so after i want to " shoot " i clic in to the editor :s

  2. When the light passes on the trees that I rested since the ground, he changes color with regard toothers, he becomes very bright when he is in the zone of the spotlight.

Thanks you