This project adds some entires under Create->Script Template for creating ScriptableObject and plain class files. There's also a window for editing custom and built-in templates. The custom templates ...
Hello! Let's build on the following simple Unity script and improve the inspector experience for it by adding in attributes. using UnityEngine; public class ExampleScript : MonoBehaviour { private ...