Meta programming in Unity
Welcome to this article that will talk about writing C# scripts that will generate other C# scripts in Unity ! I learned about meta programming when creating the Concurrent Value asset. This can seems complex at first but it’s actually a simple matter of using C# file system classes. This article won’t talk about running …