am learning c# from scratch using youtube videos, and wen i follow along the codes that are used are not working when i write them.
am learning c# from scratch using youtube videos, and wen i follow along the codes that are used are not working when i write them.
Its not Debug.Lod it is Debug.Log … pay attention to your autocompletion
Well that and it's using asterisk around the string instead of double quotes and it's missing a semi-colon at the end
– Landern@Landern thanks very much!!!
I wrote a Powershell script to handle the transformation as a workaround. Check my answer.
– JohnPontoco