This version of Unity is unsupported.

ParticleSystem.AllocateAxisOfRotationAttribute

Switch to Manual

Declaration

public void AllocateAxisOfRotationAttribute();

Description

Ensures that the axisOfRotations particle attribute array is allocated.

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