New Unity 4 project shows 6 warnings in standard assets!

So I tried Unity 4 (installed in new directory rather than over 3.x).
I created a new project with Character Controller and Scripts packages.
Console then shows 6 warnings - 5 are about obselete functions, 1 is about bitwise operation ‘|’ in ThirdPersonController.
Now none of these are game-breaking but it doesn’t inspire confidence in the product when the included scripts give warnings.

(Also it doesn’t help that when I come to search in the forums for answers the autocomplete box pops up suggestions over what I am writing (over the search box) on almost any browser!)

I can report bugs but surely these are too obvious to not be in line to be fixed?

It’s always a good idea to report bugs; it doesn’t matter if the reports are duplicates.

–Eric

Those scripts are outdated.

Put another | in the controller script right next to the other one
And turn auto complete off in your browser

Yes, and they should be updated, hence the bug report. (In particular the bitwise thing has been around for a long time and would take hardly any effort to fix.)

–Eric

Ok, well bug report submitted.

(also auto-complete is off in my browser)

This is why it hasn’t been fixed. It takes very little time to fix any of it.

This isn’t fun to do whenever you start a new project. They would only have to fix it once.