Category: Dev Log
-
Unity Runtime Console
I recently made a runtime console in unity. This will be part of Goat Utils once that package gets all setup! Creating Commands/Command Flow ConsoleCommands.Add(string command, Action<string[]> action, string info); command is the full string of the command that should run some method. Like player add item action is the method/delegate that will run when the command…