Unity 4.0 - Object2Terrain script

Earlier I have been using Object to Terrain script for making terrains. I have installed Unity 4.0 but I can’t get the script to show up anymore. Do you know if there are any changes in Unity 4.0 regarding placing scripts in Asset/Editor folder?

http://wiki.unity3d.com/index.php?title=Object2Terrain

The script works fine in Unity 4.0 with no changes.

–Eric

I can also confirm that there was no real problem at all. I may have missed something when copying the script to editor folder the first time. Now the script works ok.

One additional question about importing object to Unity and converting it into terrain. I have quite big/detailed terrain that I have exported from Sketchup as obj-file (28Mt). When copy/paste the terrain into Unity, the obj-file is splitted into 3 parts (about 65 500 verts each). Is there any way or work around to convert these 3 files into one terrain?

Not easily; the best thing would be to simplify the mesh so it has fewer vertices and doesn’t get split.

–Eric