![]() |
Game engine - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: Game engine (/Thread-Game-engine) |
Game engine - kubanek_kuba - 03-30-2016 Which game engine are you using - Unity, CryEngine, UnrealEngine or maybe other? And explain why are you using this engine? I am using Unity3d because it has friendly interface, 2D and 3D mode, C# and Javascript scripts and free. RE: Game engine - maroon93 - 10-14-2016 I think at present they're two engines with varying targets. That's not to say they couldn't target the same thing but I see CryENGINE as a much "heavier" engine for lack of a better word, whereas Unity is lightweight and better suited to certain types of game/platform (mobile, browser-based, etc). I can't compile a gameplay prototype for web release in under 2MB with CryENGINE for instance. At the same time, if I were developing an AAA shooter that needed* extremely shiny graphics, then Unity might not be my first port of call. I haven't seen a whole lot of Unity projects going in that direction however so I could be wrong there! |