Search Unity

Errors after update to 5.0 in MeshCombineUtility.cs

Discussion in 'Editor & General Support' started by vovkasolovev, Mar 4, 2015.

  1. vovkasolovev

    vovkasolovev

    Joined:
    Jul 10, 2013
    Posts:
    5
    Update from 4.6 to 5.0 give me some errors:

    Code (errors):
    1. Assets/Standard Assets/Scripts/Utility Scripts/MeshCombineUtility.cs(27,74): error CS1061: Type `UnityEngine.Mesh' does not contain a definition for `GetTriangleStrip' and no extension method `GetTriangleStrip' of type `UnityEngine.Mesh' could be found (are you missing a using directive or an assembly reference?)
    2. Assets/Standard Assets/Scripts/Utility Scripts/MeshCombineUtility.cs(130,73): error CS1061: Type `UnityEngine.Mesh' does not contain a definition for `GetTriangleStrip' and no extension method `GetTriangleStrip' of type `UnityEngine.Mesh' could be found (are you missing a using directive or an assembly reference?)
    3. Assets/Standard Assets/Scripts/Utility Scripts/MeshCombineUtility.cs(177,30): error CS1061: Type `UnityEngine.Mesh' does not contain a definition for `SetTriangleStrip' and no extension method `SetTriangleStrip' of type `UnityEngine.Mesh' could be found (are you missing a using directive or an assembly reference?)
    As I understand, UnityEngine don't support it's own regular script now. I don't know what to do now. Please, help me fix it.
     
  2. Wilgrey

    Wilgrey

    Joined:
    Jun 25, 2014
    Posts:
    2
    exactly same problem.
     
  3. Gh0st38

    Gh0st38

    Joined:
    Mar 12, 2015
    Posts:
    1