[SOLVED] Is a 2D MMORPG with Unity possible?

Hi,

I was wondering if it would be possible to create a 2D MMORPG with Unity.

I know that crating 2D games is possible but is that difficult to make them playable online without coding(or a bit)?

I really want to create a 2D MMORPG with Unity because the engine is interested and we can give so many gameplays to our games but I don’t know C or C++ actually. I’m a web developer. That’s my job. But I use to create 2D MMORPG games with different inde engines and I’m fed up with them.

Hopefully you can understand and help me out to know if that’s possible.

Thank you for reply.

-David

There’s no effective difference between a 2D MMORPG and a 3D MMORPG. However, no, you can’t do it without coding. Unity doesn’t use C or C++, it uses C# and Unityscript (inaccurately called Javascript, similar to Actionscript 3).

–Eric

1 Like

Hi, and welcome. A few tips to making your journey into Unity smoother.

First, this is a super generic question that’s probably going to either get ignored or poked at, if you search the forums or Google, you’re going to see this has been asked more times than there are particles in the observable universe:
https://www.google.com/search?num=100&newwindow=1&rlz=1C1GIGM_enUS688US688&q=can+I+make+a+2d+mmorpg+with+unity

Next, yes, Unity, much like most game engines, is only limited to your imagination, however, judging by this question you probably want to start with something WAY smaller. The massive part of MMORPG makes it a bit of tedious task, but yeah, it can handle that with no problem. I actually recommend Unity over something like Unreal or other unwieldy weapons for 2D.

1 Like

First of all, I’ve to say that I’m impressed by the response time. I’m happy to be here! :slight_smile:

And thank you so much to all of you guys. It really helps!