This version of Unity is unsupported.

ParticleSystem.AllocateMeshIndexAttribute

Switch to Manual

Declaration

public void AllocateMeshIndexAttribute();

Description

Ensures that the meshIndices particle attribute array is allocated.

This is important if you want to use this attribute in a job, such as IJobParticleSystem.