- Home /
Create Unity App that read c# files ?
Hi guys!
I'm trying to develop an Unity app (.exe ) that can show me all my scripts. My idea is to create a scriptable object with this paramaters:
-name of the script
-draggable script (.cs)
-tags / type (like physics , animation ecc..)
The problem is that I can read only txt files not cs files, and I'd like to show them formatted(indent) .
I would also like to print the files and be able to copy them
What can I do?
Thank you for the help.
Comment