Runtime C# Scripting in Unity UI - The Roslyn Compiler in Unity
· ☕ 1 min read
Lets integrate the .NET Roslyn compiler into a Unity game so we can run basic scripts at runtime. This will allow us to write new C# code into a Unity UI object like a Text Box and then execute it.