错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Tower Defense Design and Outline

  • Casey Hardman

摘要

It’s time to start our next project – a little tower defense game. We’ll get some practice using inheritance, learn how to perform basic pathfinding for our enemy AI, get some experience with collision detection through scripts instead of colliders, and learn to use the Unity UI (uGUI) system, where we build our UI using GameObjects and components, rather than solely through code like we did in our last project.