Posts

Running C# in an in-game Developer Console with Roslyn

Supercharge your in-game developer console with C# scripting! Using the Roslyn Scripting API, we'll turn a string of C# code into an invocable delegate in just one line. Then, we'll go further and compile our C# commands asynchronously, then invoke them on the update thread.
C# game-dev roslyn scripting