[RESOLVED] Shader problem - ID type

Hello,

I was trying to run my panda fur scene in Windows with sdk last version, but it does not recognize this line :

int l_id: ID,

“Unknown semantics “ID” specified for l_id”

It is working in linux with an july/august sdk version, what is the new way of accessing instances in the shader ?

Thanks.

I think it’s “INSTANCEID”, isn’t it?

Also, try changing your basic-shaders-only config variable.

Thanks it works !