Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

wanted to design a vertical game (like color switch or rise up game) in 3d .

Discussion in 'Getting Started' started by krishtetali2595, Dec 2, 2018.

  1. krishtetali2595

    krishtetali2595

    Joined:
    Nov 29, 2018
    Posts:
    7
    wanted to design a vertical game (like color switch or rise up game) in 3d . object goes up and obstacles or enemies will be along y axis .We have platform along z axis but i want objects to go up and fall down via y axis , how to create such type of games i am new to unity.
     
  2. Bill_Martini

    Bill_Martini

    Joined:
    Apr 19, 2016
    Posts:
    445
    Welcome to Unity.

    Unity provides a great deal of instructional material here. That's the best place to learn what you need to make your project.
     
  3. BrewNCode

    BrewNCode

    Joined:
    Feb 17, 2017
    Posts:
    372
    I would think to add forces up to your player and to the obstacles adding forces down. Now if you said that if you wanted objects to go up and down (like back and forth every time) I would suggest using a coroutine that plays with the Y position of the object.