Is there a document somewhere about updating projects to Unity 3? I can’t see anything but I may be looking in the wrong places.
When I tried updating one of mine I got so many unfathomable bugs in the Console I deleted the whole project off in horror. (I’d taken the precaution of saving a backup before updating).
There were a bunch of script errors and not being a programmer I might just have to delete those scripts and try and find substitutes, but the big issue was that the normals for a whole bunch of meshes had disappeared - what are you supposed to do about that? They were fine before, and how in the world do you fix that in Unity?
Reimport stuff with update settings, fix the script bugs ( the console tells you where - whats wrong) and especially update the texture import settings as that part changed drastically
Just says normals. I think on geometry. I wasn’t expecting help this fast and am just downloading the latest version whereupon I’ll try again.
Dreamora, Don’t know how to reimport with update settings and if you mean each and every model individually I’m not thrilled by that idea. The console was somewhat cryptic about how to fix things - might make perfect sense to a coder.
12 shader errors a few script ones. A number of “Mesh 'group_12” has no normals. Recalculating normals. A couple of : ImportFBX Warnings:
Can’t import normals, because mesh ‘Par64_60deg_2’ doesn’t have it.
I fixed some of the script errors, though I don’t know how, but the shaders I can’t do anything about as there isn’t enough info in the Console to tell me what to do. The Console used to direct you to the correct line but now it’s not. It’s says change x at line 40 but x isn’t at line 40 and sometimes I can’t find it or figure out what to change.
I don’t know what to do about these normals and FBX issues.
This is the shader from your sewer project which worked beautifully in Unity 2 but as you can see it’s gone horribly wrong in 3.
I followed the Console’s instructions for the changes it wanted but I don’t remember it wanting anything done to this one. I’ve no clue how to fix this or what is wrong. And where does the horrible pink colour come from?!
In the editor there are no options for the shader.