We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For our sanity please use the following structure in you C# files:
public vars private vars awake start update
awake
start
update
always call base first!
Or better yet, read this and change your base C# template for good :)
Thanks