unity 5.02 to 5.1

Hi I am having really strange occurrences in the editor. The UI will not run or load in scene and nothing seems to update correctly. To get a UI to appear i have to resize the game preview view then it fades in and updates…

Is this a bug or some sort of setting?

If i export the app to desktop or web it is just stuck on like 3rd frame…

This is super odd

Thanks

Could you attach some screenshots and explain a little clearer what is happening.

Sorry if i wasnt clear enough my heads been trying to debug and understand whats been going on.

Since the first occurence while using unity 5.1 i rolled back to unity 5.02 and the loaded the same app that the generated the issue. The Issue was still there and after deleting all plugins that i had used it was still there. So i loaded my backed up version from a couple days ago and everything is fine. I then thought it must be related to Unity 5.1. But it looks like it isnt related to that version.
I added a new Text UI adjusted the position of some existing text and added a invoke to the main scene which would execute a fade out on the new text after 5 seconds of the main scene playing. The main scene is a session of 9 breath lengths that you configure in the previous screen before main. Once you complete on sequence of 9 breaths it the splits to another scene to say that you have complete one session of three the next session will begin shortly.
Its this scene which will go first. All UI elements dont render.!

I then stop the app try to re run and thats it the whole project is compromised.

When i run the app the scene is black and i have to grab the edge of the resize edge in Unity to get the scene to show. All Particle effect, Added Fade ins, transitions do not work. like the whole update process is not running anymore.

It is super weird…

There is no way to fix it apart from reloading a backed up version.

I can create a short vid if it helps

Thanks

Daniel

EDIT: it effects the whole project once it starts to happen. The splash sscreen freeze every scene wont update it seems…

I must add i am new to unity and maybe i am doing something wrong… Do i have to destroy the scenes once transitioned?
Thanks