From courses I’ve seen online, it looks like all filenames are in snake case, but in the scene view, Pascal case is used. Is this the standard?
For those who don’t know these terms, here are examples of each:
Example of something
snake case: example_of_something
pascal case: ExampleOfSomething
camel case: exampleOfSomething
kabob case: example-of-something
upper snake case: EXAMPLE_OF_SOMETHING