├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── README_JA.md ├── ScriptTemplates ├── 40-New Script__C#__C# Class-NewScript.cs.txt ├── 41-New Script__C#__C# Struct-NewScript.cs.txt ├── 42-New Script__C#__C# Interface-NewScript.cs.txt ├── 43-New Script__General__MonoBehaviour-NewBehaviourScript.cs.txt ├── 44-New Script__General__ScriptableObject-NewScriptableObjectScript.cs.txt ├── 45-New Script__Editor__Editor-NewEditorScript.cs.txt ├── 46-New Script__Editor__EditorWindow-NewEditorWindowScript.cs copy.txt ├── 47-New Script__Editor__PropertyDrawer-NewDrawerScript.cs.txt ├── 48-New Script__Editor__Editor (UIToolkit)-NewEditorScript.cs.txt ├── 49-New Script__Editor__EditorWindow (UIToolkit)-NewEditorWindowScript.cs.txt ├── 50-New Script__Editor__PropertyDrawer (UIToolkit)-NewDrawerScript.cs.txt ├── 51-New Script__ECS__ComponentData-NewComponentScript.cs.txt ├── 52-New Script__ECS__System (ISystem)-NewSystemScript.cs.txt ├── 53-New Script__ECS__System (SystemBase)-NewSystemScript.cs.txt ├── 54-New Script__ECS__Authoring-NewAuthoringScript.cs.txt ├── 60-Text File__Text-NewTextFile.txt.txt ├── 61-Text File__Json-NewJsonFile.json.txt ├── 62-Text File__Xml-NewXmlFile.xml.txt ├── 63-Text File__Markdown-NewMarkdownFile.md.txt └── 64-Package Manifest-package.json.txt └── unity-script-templates.unitypackage /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/README.md -------------------------------------------------------------------------------- /README_JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/README_JA.md -------------------------------------------------------------------------------- /ScriptTemplates/40-New Script__C#__C# Class-NewScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/40-New Script__C#__C# Class-NewScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/41-New Script__C#__C# Struct-NewScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/41-New Script__C#__C# Struct-NewScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/42-New Script__C#__C# Interface-NewScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/42-New Script__C#__C# Interface-NewScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/43-New Script__General__MonoBehaviour-NewBehaviourScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/43-New Script__General__MonoBehaviour-NewBehaviourScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/44-New Script__General__ScriptableObject-NewScriptableObjectScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/44-New Script__General__ScriptableObject-NewScriptableObjectScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/45-New Script__Editor__Editor-NewEditorScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/45-New Script__Editor__Editor-NewEditorScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/46-New Script__Editor__EditorWindow-NewEditorWindowScript.cs copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/46-New Script__Editor__EditorWindow-NewEditorWindowScript.cs copy.txt -------------------------------------------------------------------------------- /ScriptTemplates/47-New Script__Editor__PropertyDrawer-NewDrawerScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/47-New Script__Editor__PropertyDrawer-NewDrawerScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/48-New Script__Editor__Editor (UIToolkit)-NewEditorScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/48-New Script__Editor__Editor (UIToolkit)-NewEditorScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/49-New Script__Editor__EditorWindow (UIToolkit)-NewEditorWindowScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/49-New Script__Editor__EditorWindow (UIToolkit)-NewEditorWindowScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/50-New Script__Editor__PropertyDrawer (UIToolkit)-NewDrawerScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/50-New Script__Editor__PropertyDrawer (UIToolkit)-NewDrawerScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/51-New Script__ECS__ComponentData-NewComponentScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/51-New Script__ECS__ComponentData-NewComponentScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/52-New Script__ECS__System (ISystem)-NewSystemScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/52-New Script__ECS__System (ISystem)-NewSystemScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/53-New Script__ECS__System (SystemBase)-NewSystemScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/53-New Script__ECS__System (SystemBase)-NewSystemScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/54-New Script__ECS__Authoring-NewAuthoringScript.cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/54-New Script__ECS__Authoring-NewAuthoringScript.cs.txt -------------------------------------------------------------------------------- /ScriptTemplates/60-Text File__Text-NewTextFile.txt.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptTemplates/61-Text File__Json-NewJsonFile.json.txt: -------------------------------------------------------------------------------- 1 | { 2 | 3 | } -------------------------------------------------------------------------------- /ScriptTemplates/62-Text File__Xml-NewXmlFile.xml.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ScriptTemplates/63-Text File__Markdown-NewMarkdownFile.md.txt: -------------------------------------------------------------------------------- 1 | # Title -------------------------------------------------------------------------------- /ScriptTemplates/64-Package Manifest-package.json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/ScriptTemplates/64-Package Manifest-package.json.txt -------------------------------------------------------------------------------- /unity-script-templates.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/unity-script-templates/HEAD/unity-script-templates.unitypackage --------------------------------------------------------------------------------