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

Easy video game development - Decision trees

Discussion in 'Community Learning & Teaching' started by huse360, Jun 10, 2012.

  1. huse360

    huse360

    Joined:
    Mar 12, 2011
    Posts:
    2
    http://www.youtube.com/watch?v=La-vP8o3tdY

    ...

    Simple, flexible, powerful technique for developing games or other kind of software. It doesn't matter the language or the game engine since the concept is the same.
    You will learn how to program a bug free door behavior. In later tutorials I will show you how to expand the tree to add more functionality like keys and iron bars.

    Requirements:
    You must have some programming skills, know how to animate 3d objects, and detect object collisions.
     
  2. msl_manni

    msl_manni

    Joined:
    Jul 5, 2011
    Posts:
    272
    I am a programmer and want to learn more about your method.