Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Recommended compiler for C#? and what is the best way to make games from Pure code or game engine?

I was wondering what compiler/IDE everyone uses/recommends? and if its better to create a game from pure code or game engine like unity?

1 Answer

I find visual studio to be the standard IDE, although Jetbrains just recently released their ide called project rider which is also really good. I mostly prefer to use Notepad++ and cmd for everything. If you are looking to make multi platform 2D and 3D games, you should go with unity. Its better there and would reduce the extra-work you would need to do if you were just writing pure code. They have an asset store and a helpful community to help when you are stuck. For IDE's/editors, most game developers stick to Mono-develop as their editor for Unity because its simple.