we’re using GPU Instancing on materials, which is working fine so far. I don’t see an option though to access the InstancedMesh or get the current object’s index from within a component, only that you’re setting __isUsingInstancing as a flag for the gameObject.
How could I access the InstancedMeshRenderer or InstanceHandle from a component attached to the object?