- Home /
Brand new to unity: 2D POV mmorpg gameplay?
I am brand new to unity (haven't even had time to download it yet), however I've played multiple games with the plugin, and there is a recurring theme that bugs me...
I'm part of a group formed by a fellow high school student. We're trying to design a MMORPG. We're striving for it to be 2D anime graphics, with the out of combat view being one similar to a Visual Novel. The problem (aside from only 10 members, lack of the program or a programmer, and the interferance of our lives) is that most of what I've seen in Unity is 3D third person. The head of the group (who has already said he'll be doing some if not most of the programming) does not want to use flash at all. Is there anyway this can be done, and if it not, are there any good free (or free version) programs we can use for this?
Answer by Meltdown · Sep 19, 2011 at 06:54 PM
2D/3D/3rd person or 1st person is simply about how the camera has been setup in Unity. Their are numerous camera options, you can set the camera to orthographic to make your game appear '2D' without depth. Many 2D games have been made in Unity.
There are a couple of tutorials out there Google is your friend.
PS : An MMO is a very ambitious project, you should start smaller if you are new to game development. There are many threads related to this on the Unity Forums.
Answer by asafsitner · Sep 19, 2011 at 07:10 PM
Check the asset store for sprites/2D packages. Also, don't try to make an MMO, aim for 'regular' multiplayer instead. You don't even want to know the cost of maintaining an MMO (google 'Data Center' for... inspiration...) let alone the amount of work needed. For beginners like your group, getting a multiplayer game up and running is a feat in itself. And who knows? Maybe after you've completed that, you can go and get yourselves a publisher for your MMO game :)
P.S: Check out Hero Engine - http://www.heroengine.com/herocloud-old/herocloud-faq/
No. It's another engine, dedicated to making $$anonymous$$$$anonymous$$O games. They eve have a royalty-based plan where they take care of the servers for you and other nifty things. If you want to make $$anonymous$$$$anonymous$$O's with Unity you might want to check out Photon Server: http://www.exitgames.com/
Your answer
Follow this Question
Related Questions
Click to move script, need help. 1 Answer
making a space sim questions 0 Answers
How should you make an MMORPG world? 3 Answers
MMORPG Server, Database, Client 1 Answer
One continent, several scenes. 3 Answers