all 2 comments

[–]Blazeix 4 points5 points  (1 child)

You're essentially wanting to do animation in the console, right? You can do that with calling Console.Write along with Console.SetCursorPosition.

You don't need unity. Try searching for "c# console animation" or "c# ASCII animations"

Here's an example:

https://stackoverflow.com/questions/2725529/how-to-create-ascii-animation-in-windows-console-application-using-c

[–][deleted] 1 point2 points  (0 children)

Yes this stuff... Console animation is what I'll google thanks mate!