Tagged Questions
0
votes
3answers
441 views
Cry Engine 3 vs UDK [closed]
Me and a bunch of guys from my University are thinking about getting started in game development, but, even though the game design is kind of ready, we are stucked at the point "which Engine should we ...
2
votes
3answers
782 views
Game engine like Unity 3D that allow me to use .NET code
I've been looking at Unity 3D for developing a 3D PC game and I really like the scene editor and how it simplifies the process of constructing 3D scenes, managing assets, animations, transitions etc. ...
8
votes
2answers
437 views
Unit Testing at Unity3D
How to implement Unit Test at Unity3D.
I wonder if it would be possible to extend the Unity editor to have some sort of testing framework in it.
Is there any guideline to implement it?
EDIT :
...
5
votes
4answers
3k views
A game engine like unity but for 2d
I really like the convenience of unity3d. The ability to edit the level and see my results in real time are great. My problem is the idea I want to implement is 2d and uses 2d sprites. Scaling ...
0
votes
0answers
289 views
Question regarding engines, specifically UDK vs. Unity [closed]
I am a an aspiring artist who recently has been very interested in game development and design.
I am not working with a team of any kind, starting from the ground-up, and only have access to free ...
2
votes
1answer
357 views
Effects of collisons: broken glass, damaged cars, how are they created?
My question is related in particular to achieving the effects of collision in game engine, how is this done?
I have searched a bit, read from the internet and went through a few tutorials, and saw ...
2
votes
1answer
2k views
Game engines that publish to android and iOS
I am about to start on a project which, at a minimum needs to go out to android and ios. Are there any game engines other then Unity which can publish to both? I fear that Unity3d might be more ...
0
votes
3answers
400 views
If I were to start an Android or iPhone app or game, what program should I use? [closed]
I don't really know a lot about programming and the only things I do is using codes with Gamemaker, but I have read that it is too basic and it can't be used with iPhone or Android.
Is there anything ...
-4
votes
2answers
3k views
Famous games made using Unity
Similar to the questions about famous games made with XNA or Java, I'm curious about what famous games have been made using the Unity game engine.
I found this page ...
3
votes
1answer
292 views
Porting games made for PC to console in UDK/Unity3d
I am now trying to learn game development in UDK and Unity3d, just trying both out, and try to get an idea how they work, and for now im mostly focusing on the PC games..
I want to know, how ...
4
votes
3answers
779 views
OSX 2D game engine
Are there any other OSX game engines out there similar to Torque from Garage Games? I looked into Torque awhile back but the current version 2D version hasn't been updated in a long time and there are ...
1
vote
2answers
3k views
Find all Game Objects with an Input string name (not Tag)
I'm trying to mimic FindGameObjectsWithTag with FindGameObjectswithName. I know using tags is faster, but I'm trying create a way to search for objects I spawn with a child object I name on ...
1
vote
2answers
553 views
Choosing an engine for a new game
Right now, I'm planning a new FPS single-player Half-Life 2/Call of Duty: Black Ops/Crysis 2-like, and I'm trying to determine what game engine should I use. Right now, my team is me, as a programmer, ...
6
votes
4answers
614 views
What frameworks are available for cross device 2d game development?
I'm about to embark on a 2D gaming project. Initially, I'll be targeting iPhone and Facebook, but would like to expand the rollout to include Android (and possibly Windows Phone) in a future phase.
...
4
votes
6answers
11k views
Unreal Engine 3 vs id Tech 3 vs Unity [closed]
I'm trying to decide which engine I should start using to try to start building a game in.
I had chosen Unity, but upon hearing that Unreal Engine 3 had just become kinda free to use, I found myself ...