Begginer C# question, should I use _ or not?
I'm only about a week or two in to learning c# and unity, so I'm not 100% on the lingo.
Alongside learning from c# players handbook 5th Edition I've been following some YouTube tutorials and a 60 hour online course to make a 2d rpg , I tried the free crash course for this first and it was fantastic and I learned a lot.
No my problem is when naming a variable the first couple of tutorials said to underscore them first but the new course I'm following dosnt do that, for example _rb or rb.
Which is correct? I've stuck with using underscore for now but I want to learn good habits, is it a regional thing?