This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Newtonsoft.Json; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using UnityEditor; | |
| using UnityEngine; | |
| /* | |
| * Using - https://docs.unity3d.com/2019.4/Documentation/Manual/com.unity.nuget.newtonsoft-json.html for reading and writing json | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List of C# Script Templates for Unity 3D: | |
| 81-C#__Behavior-NewBehaviour.cs.txt | |
| 81-C#__BehaviorListed-NewBehaviourListed.cs.txt | |
| 81-C#__Class-NewClass.cs.txt | |
| 81-C#__Interface-NewInterface.cs.txt | |
| 81-C#__ScriptableObject-NewScriptableObject.cs.txt |