The Vertex count on the mesh generated by this component increases exponentially with respect to the value in Subdivisions — Please use caution when using larger values
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.
Bake meshes is a sync method that creates a static mesh component with this component, replaces all references to this component with the static mesh component, then deletes this component.
Behavior
The vertex count on a generated IcoSphereMesh is 20×4n, where n is Subdivisions — this may result in extremely large vertex counts for seemingly small values of Subdivisions — Please use caution!
As of Version 2020.10.25.1103, this value is clamped in the range [0,8] to prevent accidentally creating a mesh with an excessive number of vertices.