Debug.log and Debug.drawline missing

Hello! It’s been a while since I last used Unity but I have noticed that my Unity doesn’t have Debug.log or Debug.drawline either. I had the same version of unity on my laptop which did have these. Anyway I tried to update my Unity but they are still missing. What can I do to get them? Or is there alternative for these ?

They are under UnityEngine namespace. Are you using it in your script? Maybe try UnityEngine.Debug.Log

Yes Im using UnityEngine. Sadly trying to use UnityEngine.Debug.Log didn’t help.

E: Nvm I did repair install on visual c++ redistributable and now UnityEngine.Debug.Log works

Thanks!