Skip to content

Instantly share code, notes, and snippets.

@dasannikov
dasannikov / TheThing.cs
Last active April 8, 2023 17:07
Unity Coding Guidelines
using UnityEngine;
using System.Collections;
namespace CompanyName {
public class TheThing : MonoBehaviour {
// 1
// Public fields section. Try to avoid public fields.