I am trying to upload a mesh but it kept retrying to upload and gave me this error: “Upload retry limit for this asset has been reached. If daily limit hasn’t been exceeded try again later.” I have waited 24 hours after and it still didn’t work I have also retried every once in a while and it hasn’t worked for 2 days.
Probably the asset is too complicated?
1 Like
The limit for meshes are 10,000 Triangles. If you are not sure how to read how many triangles are in your mesh, assuming you are using blender, you can read how many triangles you have using the decimate modifier.
From there, you’d simply count the “Face Count: (number of triangles)” and if it exceeds 10,000, your mesh will not be imported. If you want to decrease the count, simply adjust the ratio slider inside the decimate tool to decrease your face count, and this should solve your solution.