Comment on Fun environment for hobby 3D game?Comments−tc714yHow about Unity? http://unity3d.com/3D, cross-platform... free...−IdahoEvOP14yYeah, Unity is one I intend to look at. It's not immediately obvious from their page what language(s) we'd be coding in, however.−sid0514yFrom their Engine programming area: http://unity3d.com/unity/engine/programmingSince it's .NET based via Mono i'd assume C# but it also says it supports scripting languages: JavaScript and Boo, a dialect of Python.−glimcat14yThere are a few options, but C# works well. Many of the template implementations are in C#.
Comments
How about Unity? http://unity3d.com/
3D, cross-platform... free...
Yeah, Unity is one I intend to look at. It's not immediately obvious from their page what language(s) we'd be coding in, however.
From their Engine programming area: http://unity3d.com/unity/engine/programming
Since it's .NET based via Mono i'd assume C# but it also says it supports scripting languages: JavaScript and Boo, a dialect of Python.
There are a few options, but C# works well. Many of the template implementations are in C#.