-1
votes
1answer
188 views

I want to start making 2D Games with C++ or #C [closed]

I know C++ pretty well, I think - polymorphism, vectors, templates, and more. I also know C#. I want to program a 2D game, but not like those programs where you click a button or two, and you ...
-1
votes
2answers
291 views

Making a game engine or using Unity3D? [closed]

I was wondering, which one would benefit me the most? I have as much time as I need to make a game engine and rapid development does not appeal to me. Unity3D is easy, but how much will mastering ...
-4
votes
1answer
295 views

Is it better to unity game engine or use c++ and opengl [closed]

I can program in c++ and opengl i also have used unity in the past i find that it is better to build your own game engine than use someone elses. Opinoins
-2
votes
2answers
707 views

Unity 3D vs openGL [closed]

i'm interrested in starting to learn abit about graphics programming through game development and i'm wondering what the pros/cons are when using Unity 3D over using something like C++ & openGL
16
votes
9answers
6k views

I prefer C/C++ over Unity and other tools: is it such a big downer for a game developer?

We have a big game project using Unity at school. There are 12 of us working on it. My teacher seems to be convinced it's an important tool to teach students, since it makes students look from the ...
2
votes
1answer
1k views

Unity Plugin DLLNotFoundException

I am using a plugin DLL that I created in Visual C++ Express 2010 on windows 7 64 bit Ultimate Edition. The DLL functions properly on the machine that it was originally created on. The problem is ...