My code formatting doesn't work

Whenever I try to format my code it never works, I’ve tried everything, including the thread that tells you how to do it

I’ve tried
,
,

"’
"’

‘’’
‘’’

None work as demonstrated below:

,
Debug.Log(“Hello World”);
,

"’
Debug.Log(“Hello World”);
"’

‘’’
Debug.Log(“Hello World”);
‘’’

I’m missing something obvious, aren’t I?

It’s the ` sign. It’s usually Under the ~ on the top-left of a qwerty keyboard

1 Like

Debug.Log("Hello World");

Thanks a lot man.

:+1:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms