Hello!
When I click on the card, I get pickedMesh (from onPointerObservable or by scene.pick) of my card (id === ‘card_back’). But after animationGroups[0].start the card has another position and when I click on top of the card, I get pickedMesh of the ground.
I noticed, that I get cardMesh after starting animation, if I click on the initial positions.
Is there a solution to fix this? Get real position or set real position for pickInfo…