I have some code that is running in the python console reading out text lines.
Is it possible to feed the output of the python console to my Unity3D game script so that it can trigger some actions in my game?
in other words: python console running in the background outputs commands that need to feed to my Unity game.