So, I made skinmesh imposters by script, now I want to change the individual imposter's properties.
I've tried:
but it didn't work the way I wanted.
I've tried:
Code: [Select]
void imposterSettings(int skinmesh, int ID)
{
skinmesh = OBJ_330;
OUT_330 = ID;//skinmesh animation time
}
but it didn't work the way I wanted.