Upgrade to Pro - use 4 or 3.5

I’m upgrading to Pro. I want to check out the new features, but i’m curious about stability. It says there may be bugs. Are those bugs just in the new features? Can I pretty much use 4 and not worry about problems if i’m not relying on the new features? Has anyone had problems? Thanks.

Well, keep in mind the new features pervade the entire package. It’s got a whole new editor interface, for example, and there are some small but key changes in how old things worked like how disabling/enabling a GameObject now disables/enables all children under it (so there is no more SetActiveRecursively call, since all SetActive calls are recursive by default), and the core of the GUI system has been rewritten. So you can’t really avoid using the new features.

Having said that, personally I haven’t run into any problems with previous betas, and this one is 3 versions newer than the beta I was using, so should have even less bugs.