i was doing unity project with cinemachine in 2D, and the code is actually work but everytime i press play, the virtual cam dissapear in player script reference, here take a look
as you can see in player control there is a variable/reference for virtual cam but when i press play
and boom the camera is dissapear from its reference
i tried to find the camera using GameObject.findobjectwithtag but its says an error that basicaly said "cannot convert Gameobject to virtual camera". is there any other ways to reference virtual camera?