Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Tutorial Dentist game

Discussion in 'Game Design' started by imhasd, Jul 7, 2021.

  1. imhasd

    imhasd

    Joined:
    May 29, 2021
    Posts:
    3
    me and my groupmates are trying to make a simple dentist game where we can pull and fix teeth like the kids game that can usually be found on y8.com . is there a tutorial anywhere on how to make that kind of game ? we are very new and have no idea of the terms every veteran programmer here uses. thank you!
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,513
    It appears you have beginner experience in game dev.
    You most likely would need some programming skills.
    While game concept is very simple, I suggest you start with tutorials.
     
    Joe-Censored likes this.
  3. imhasd

    imhasd

    Joined:
    May 29, 2021
    Posts:
    3
    Yes! may i know what kind of tutorials im suppose to search ? we are very very new to unity , like what do i search in order to make the simplest dentist game as we are kind of in a pinch of time haha. thank you for respoding!
     
  4. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,513
    Thats wrong approach.
    What you need first, is to learn basics of Unity.
    Just search any basics tutorial for Unity. There are tons of them.
    Try replicate them, try to follow them. Just make sure, you use same Unity version as per tutorials.
    Once you got the idea how things work, you will be able adapt what you learned, to your desired dentist game.
    Just don't expect, you will find any dentist game tutorial.
    But it may happen, you will find some features, which you game may required.

    Bisect your game into smallest possible components. Try to make them work. Build on top of them from there.
    I.e. how to make clickable object.
    How to make something responding to clicks.
    How to move objects.
    etc.
     
    Joe-Censored and imhasd like this.
  5. imhasd

    imhasd

    Joined:
    May 29, 2021
    Posts:
    3
    okay i see now, i should start with the basics and move from there, you are right because as soon as i used a youtube tutorial on a C sharp tutorial i started to understand better and have a vague idea on how to proceed from there. thank you for your response !
     
    Joe-Censored and Antypodish like this.
  6. warthos3399

    warthos3399

    Joined:
    May 11, 2019
    Posts:
    1,625
    What Antypodish said is true. Ok, we have, and have had some people in the community doing that same presentation/game/medical background type of work in Unity. 1st of all, any time looking for tutorials, you should search on YouTube. Now use different search wording, and see what you can find.

    The biggest thing is to Learn Unity. Its editor, how to set things up, where things are, and learn the basics of the engine itself. Theres a few Starting/Beginning with Unity tutorials out there, check them out, fast and you learn alot. Its one of the 1st things i teach my students. Unity itself...
     
    Joe-Censored and Antypodish like this.