I would like to set an object active, when a specific frame of an animation is reached, and after 2 frames it shall disappear. Is there a way to access every single frame of an animation/transition? Something like
if (the animations frame == 21)
{
do stuff;
}