Where can i find the "combinechildren" and "combinemesh" scripts ?

I am importing the scripts in the free Unity version and they are not included. I read they come with Unity but i cant seem to find them anywhere.

Any tips ?

Also can i include these scripts in my asset store submissions ? Maybe changed in name to not interfere with existing changed code

Thanks

If you install the free Unity these scripts are in the folder “Assets/Standard Assets/Scripts/Utility Scripts”.

Yes, you can submit them to the Asset Store inside your package. I have done this with one of my tools, but I have renamed these scripts and made some changes to the MeshCombine script to match to my needs.
If you upload these scripts with the original names and someone download it into a project, where these scripts already exists in any folder, he will get errors in the console.

When i import scripts, i only have camera and General scripts, no Utility scripts appear.

Take a look at HOWTO-InstallStandardAssets

You can choose the package(s) you want to have inside your project, while you create a new project.
Or you can add packages to your project by going to the menu “Assets->Import Package” and choose “Standard Assets (Mobile)” for example.
The combine scripts are in “Scripts.unitypackage”, if I remember right. But not sure at all.

In Unity 4.5 I can’t find the CombineChildren / CombineMesh Script eithor Scripts Package or Standard Assets (Mobile) Package.

1 Like

Having the exact same issue. These are not longer part of the Standard Assets in 4.5.* (at least as far as 4.5.5 goes)

They’re obsolete and not needed; you can just use Mesh.CombineMeshes.

–Eric

1 Like