Run specific code when Editor starts
Sometimes we want to execute code whenever we hit Play
button in Unity Editor. The reason for this usually is that we want to enforce some workflow automatically such as getting specific environment information (e.g. git hash, date) and fill it in a prefab or something. We could do ...