Hi! It seems that there is an issue when using this asset with pre-Beta 5. It’s worked fine in previous versions of Unity.
Here is the error message as reported to me by an asset user. . .
Assets/TOTALLY COSMIC_ANIMATED PANEL DISPLAY PACK/_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?)
Assets/TOTALLY COSMIC_ANIMATED PANEL DISPLAY PACK/_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?)
Assets/TOTALLY COSMIC_ANIMATED PANEL DISPLAY PACK/_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?)
Any idea what may be causing the issue? -paul