How I create a online game?

How I create an online game?

do some tutorials first, seriously, the rest will come once you’ve got the basics down

Start small.

Creating a game can be very hard.

Start with very basic tutorials.

There is a good book to get started with:
http://www.amazon.com/Unity-Game-Development-Essentials-Goldstone/dp/184719818X/ref=sr_1_3?ie=UTF8&qid=1292548251&sr=8-3

It’s written for an older version of Unity, but the lessons still apply. You might be able to get a cheaper copy from AbeBooks.com.

Thanks, but where I find a tutorial which just talk about create online games? I tried to get tutorials but I don’t find

That tutorial would be way too long. You can’t just pop in and make an online game, you have to be able to make a game in general in the first place. Technically any game you make can have online added to it, but that is an entire new aspect and chapter in game development.

are you asking to get your webplayer online or how to make a multiplayer game ?

I asking to make a multiplayer FPS game

While I don’t want to push you away from Unity, if all you want to make are FPS games, there is an “engine” out there just for this called FPS Creator (TheGameCreators - TheGameCreators). I have never used it so I can’t speak to its quality, but it might fit your needs.

Unity can do all of that and much more, but with a LOT more complexity. Networked, multiplayer games are some of the more complicated games out there.

If you are new to making games and programming, I would strongly suggest starting out with something trivially easy, like Pong or Tetris. You will learn a LOT, trust me. You can work up from there to more complicated gameplay afterwards.

http://www.unifycommunity.com/wiki/index.php?title=MMO_tutorial

Thanks I go read. I create easy games about 1 year ( I create one pong, pacman, rpg games…), but I change to Unity for friend recommendation. I’m think to create, not alone, a FPS online game, create just the structure, some rooms, some weapons… and and after some time increased the game.

I see this tutorials, you think if I read and understand, I create a easy multiplayer FPS game?

http://forum.unity3d.com/threads/29015-UniKnowledge-entry-Unity-Networking-the-Zero-to-Hero-guide?p=189101
http://unity3d.com/support/resources/example-projects/networking-example.html
http://unity3d.com/support/resources/tutorials/fpstutorial.html
http://unity3d.com/unity/features/networking

If someone know something for help me, I accepted the help…

What I want to know is: How I create a online (multiplayer) game type FPS?, thanks