Search Unity

Isometric Game in Unity

Discussion in 'Editor & General Support' started by gabriel.santos, Mar 19, 2009.

  1. gabriel.santos

    gabriel.santos

    Joined:
    Mar 19, 2009
    Posts:
    53
    Hi Guys,i am progammer (not designer..:p) this is my first post here, well, I work in a Game Company in Brazil called Cedro Games we are new in the Game Market, and we're planning to make a MMO Game, like Monkirooe or Habbo,but in the isometric style( we already have a team with 3 artists and 5 programmers, but no experience in Unity) and we have plans to make complete 3D games in a near future, so I think Unity is perfect to me, because i think we can make as Isometric Games as 3D Games.

    I've downloaded the 2.5 version to Win, and i am following the 2D Tuto.. I intend too much to buy a pro Version...

    SO Here is my questions ..

    1 - Can we really make a good Isometric Game, but with 3D aspects graphics in the Unity ?

    2 - Must I use the Tiles Based Scheme or is there another option to make isometric Games in Unity?

    3 - My idea is: Build the Graphics in a program like 3Ds Max and import in the Unity like Sprites, then do all the programation needed, am I correct ? If is there another simpler way to do it ...or if someone here has experience in make isometric games, i will apreciate to much your help!!!


    Thanks in advance!!
    Best Wishes !!

    Gabriel.Santos
     
  2. jashan

    jashan

    Joined:
    Mar 9, 2007
    Posts:
    3,307
    I'm pretty sure about that ;-)

    I guess it's possible to use the tiles based scheme - but personally, I think it's not really the most elegant way (but I don't have that much experience with these kinds of games, so don't take my word for it).

    If you already have the models - why would you want to take the extra steps of rendering them to sprites?

    Sunny regards,
    Jashan
     
  3. gabriel.santos

    gabriel.santos

    Joined:
    Mar 19, 2009
    Posts:
    53
    jASHAN ,

    Thank you very much for the response...

    Btw .,.

    Somebody would know what are the options besides Tile Isometric, building a isometric game ?

    Thanks in advance !!
    Best Wishes !!
     
  4. the_motionblur

    the_motionblur

    Joined:
    Mar 4, 2008
    Posts:
    1,774
    You can create any level layout to use with isometric diablo-style gameplay.

    It depends on what you are aiming for: Do you want to create a random-level-generator? Then: yes. You probably should go for tilable content at all costs.
    If you're going to create a huge world with many details and hiden places you want to have full control over then create the Levels or world within Unity.
     
  5. PauloBarbeiro

    PauloBarbeiro

    Joined:
    Sep 10, 2008
    Posts:
    15
    Boa sorte e sucesso pra vcs!!! :) e se ficar rico, lembra de mim! :D

    A classe Camera tem a propriedade de ser ou não ortografica (acho que em português o termo é outro rsrsr) Camera.orthographic

    Pra Windows!? eh... sith happens... rsrsrs

    Um grande abraço, e sucesso!
    Paulo
     
  6. 1stAnd10

    1stAnd10

    Joined:
    Jan 9, 2008
    Posts:
    79
    The word isometric stands for an angle of roughly 40-45 degrees. You're using it to mean a type of game and that's the wrong way of looking at it.

    In a 2D world, an isometric game is one of the more difficult 2D games you can make because it needs to look and function like it's 3D. Many 2D isometric games are referred to as being 2.5D for this reason. Entire books have been written on the subject, I happen to own one covering Isometric game programming in DirectX 7.

    To make an isometric game using a 3D engine such as Unity, you just make the game like any 3D game and lock the camera at a 40-45 degree angle above the player slightly looking down. But the world and all it's contents are still rendering in 3D and function like a 3D world with the extra Z axis involved.
     
  7. gabriel.santos

    gabriel.santos

    Joined:
    Mar 19, 2009
    Posts:
    53
    Yes, i thought so ...

    But ..in that way ..without using tiles, how would i make the character move on the mouse click ?? I mean , Without a pathfinder ??

    Is there a A* pathfinder to the 3D, which i dont need to use tiles ?

    How would i do these in Unity ?

    Thanks !!!
     
  8. ToreTank

    ToreTank

    Joined:
    Jun 23, 2008
    Posts:
    165
    Check out Path by AngryAnt at http://www.angryant.com/. He just released a tutorial video which should cover the options you have at hand with his library.