Code error (175286)

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.

I wrote a Powershell script to handle the transformation as a workaround. Check my answer.

2 Answers

2

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 thanks very much!!!