How to make 3D game?

WeiyuWeiyu Member Posts: 216
edited February 2017 in Working with GS (Mac)

Hello everybody!
Today I came across this video when I looking for GS tutorials in Youtube.

https://youtube.com/watch?v=b6sN-hL-4yA

https://youtube.com/watch?v=xV8hfjg-TUE

It's amazing, I never know that Gamesalad have 3D functions.
Maybe it not real 3D, but that is very novelty to me.

Could anyone tell me, how did they do that?
I'm so curious :D

Thank you.

Comments

  • elementappdevelementappdev Member, PRO Posts: 55

    Game Salad doesn't have 3D functionality like other game engines (like Unity) but you can do it with some cool things with the graphics. For example, if you want to make it look like something is fading down a tunnel, you can make it shrink and slowly move toward the center of the screen. The youtube video you posted is probably just about the robots graphic, in particular the shadow. Look for pseudo 3d game art like the robot and try moving it around like you would any other 2d game and just make sure it has the proper animations

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    As @elementappdev says, GS does not have any built in 3D abilities. The robot sample you show is pre-rendered 3D sprites that end up being just another 2D element in GS. This was very common in games before 3D engines became popular.

    Some samples:

    https://en.wikipedia.org/wiki/Category:Video_games_with_pre-rendered_3D_graphics

  • WeiyuWeiyu Member Posts: 216
    edited February 2017

    @jamie_c @elementappdev

    That is really cool.I got it!
    Thank you for your answer.

    :D :D :D

    And may I ask you another question?
    Could you tell me this video how does he do it?

    Why does his wall as the distance increases and decreases. :s

  • UtopianGamesUtopianGames Member Posts: 5,692

    I made the 1st link demo and anyone that fakes 3D with GS obviously can't use a proper 3D engine like unity :)

    My advice forget about 3D with GS and use it for what it was designed for 2D.

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    @mme5566123twww, I'm afraid I don't know how Stormy created that. But it's certainly faked 3D and not true 3D since Gamesalad is a 2D engine.

  • AlchimiaStudiosAlchimiaStudios Member Posts: 1,069

    @socks Has some pretty amazing faked 3d stuff too. Usually something like these examples involves a bit of math and a lot of pre-rendered 3d assets.

  • LumpAppsLumpApps Member Posts: 2,881

    @mme5566123twww I made this tutorial, have you seen it?

  • WeiyuWeiyu Member Posts: 216
    edited February 2017

    @jamie_c @UtopianGames

    Thank you for your advice and answer my problem.
    I understand. :D

    @AlchimiaStudios

    Woo!! That sounds great.
    Thank you for your recommendation. :D

    @LumpApps

    It is just what I need!!!
    Thank you for sharing, I really appreciate it. :D

Sign In or Register to comment.