I would like to get unity Pro but....

I’ve been using unity for over a year, and never had a problem with it, not once. Now with 3.5.3 or whatever the latest version is, I get complete freezes for reasons I cannot fathom. I started getting the freezes in a scene I have been working on for months, so I started a new scene in a new project, been working on it for about 2 hours, no problem, put a script in the scene, no problem, altered the script, and suddenly I couldn’t do squat (again) without it freezing up, and having to resort to task manager to shut it down.

So I changed the single script back to it’s original form, and no difference. I can’t even select the main camera without Unity getting up and walking out of the room, leaving me to resort to task manager again. No way I’m investing in what has become such an unstable platform. I know someone is aware of the problem, as the last update supposedly fixed a bug that caused scripts to freeze up unity (or so the notes say), after lots of people voiced the same problem in the forums. Well hello, it still ain’t fixed.

Always been on the same computer, which is well above minimum specs, the scene has about 2 dozen static objects in it and 2 doors with one small script…please fix it, as I would like to upgrade to Pro, but not while it’s like this.

It may be a loop in your script code. It is annoying that Unity doesn’t handle this better, but you do have the option of attaching MonoDevelop and breaking the execution to see what it’s doing, then fiddling about in the Immediate window to try to escape from the loop.