Handmade Hero»Forums»Game
Ryan
2 posts
Text editor?
Edited by Ryan on Reason: Initial post
I know this probably a dumb question, but do I have to use a text editor or can I just work right inside visual studio?
Mārtiņš Možeiko
2559 posts / 2 projects
Text editor?
Edited by Mārtiņš Možeiko on
If its just for text editing, then you can work inside Visual Studio without any issues/changes.
But if you will want to build HandmadeHero code in Visual Studio IDE with solution/project then you'll need to do few things in special way (or avoid them), like unity builds and live code reloading.
Ryan
2 posts
Text editor?
Fair enough, thank you!