Description
Unlock your potential with Game Development with Unity 5, a premium course from renowned authors and industry leaders. Gain expert insights, actionable strategies, and practical tools to advance your skills and achieve success.
Join thousands of learners who trust WSOBox for the best online learning experience. Explore courses from top instructors such as Taylor Welch, Jim Camp, Marisa Peer, Scott Sonnon, and many more.
Game development is an ever changing, constantly improving, and highly dynamic area to work in. Things are on the move constantly, and if you’re not careful you can get left behind. That’s why it’s important to keep your skills at the top level and to familiarise yourself with the latest tools and programs out there. This course will do just that by getting you up to speed with Unity5, the newest version of one of the industry’s leading development engines.
Become a Unity 5 Developer
- Build your first functioning game in 60 minutes
- Create more complex games as your skills improve
- Increasing levels of complexity to cater for both beginners and experienced developers
- Grasp game development fundaments in a practical way
- Gain practical skills than can instantly be used in the real world
Learn the Secrets of Unity 5 Game Development
Whether you’re completely new to game development or have gained some experience developing games with Unity already, this course is for you. With 85 lectures and 9.5 hours of content, it takes starts off at beginner level and advances up to more complex projects.
This course goes beyond merely explaining or showing you how everything works; you’ll be shown how, and then you’ll do it for yourself. As you progress through the course you’ll create three games of increasing complexity; a trivia game to demonstrate programming basics and show you the Unity user interface, followed by a 2D platforming game, and to finish, first person shooter game complete with visual effects and artificial intelligence.
By creating these games, you’ll learn all about scripting and user interface including questions and answer options, creating different levels, adding audio, freezing game play, building scenes, learning Nav Mesh, character and object movement, and game narrative, among other things.
This course emphasises coding and development, and is suitable for anyone who wants to learn to develop games or learn how to code. To start this course, you will need to have Unity installed on your computer; we’ll show you everything else from there.
About Unity 5
Unity is a games engine used to create and develop 2D and 3D games and interactive experiences. It is fast becoming the industry standard for creating multiplatform games. Unity5 is the latest version of the tool, and includes a number of advanced powerful features such as a 64-bit editor, frame debuggers, graphics command buffers, and more.
Course Curriculum
INTRODUCTION TO THE COURSE
- Course Introduction (0:40)
- What is Unity 3D (1:30)
- Unity Interface and Navigating the Scene View (3:32)
- Creating and manipulating basic objects (3:26)
- Wrapping up the Basics of the Unity Editor (1:34)
- Quiz1
INTRODUCTION TO SCRIPTING AND UI
- Introduction to Scripting and UI (0:29)
- Overview of Trivia Game (0:58)
- Creating the Question Banner (8:27)
- Adding the Answer Buttons (3:37)
- Introduction to Scripting (5:56)
- More Data Types (4:43)
- Creating a Struct (9:04)
- Finishing the Question Struct (8:03)
- Assigning the Question to the UI (12:29)
- Making the Answers Interactive (6:32)
- Assigning a Random Question (5:13)
- Getting the Question Numbers (7:54)
- Transitioning Between Questions (5:42)
- Showing Results (11:20)
- Creating a Play Again Button (4:17)
- Delay Next Question (5:51)
- Giving Feedback (9:07)
- Commenting the Code and Final Touches (10:18)
- Building the Game (4:50)
- Quiz2
CREATING A 2D PLATFORMER
- Overview of the 2D Platformer (0:33)
- How 2D Platformer Design (1:37)
- Creating the Project and Importing the 2D Package (3:10)
- Beginning Level 1 Design and Importing Assets (6:21)
- Setting Up the Elevator Platform (8:35)
- Setting up the Kill Floor (2:28)
- Creating the UI for Health (5:12)
- Spinning the Buzzsaw and Depleting Health (6:26)
- Setting up the knockBack Function (8:14)
- Pausing Movement for knockback (6:26)
- Transitioning to the next Level (7:15)
- Designing the Second Level (12:11)
- Making the Buzzsaw move up and down (10:10)
- Designing Level 2 (7:59)
- Adding the Play Again Button (7:46)
- Putting in Backgrounds (3:08)
- Showing a Message at the end of a Level (8:25)
- Freezing the Player at the end of a Level (5:30)
- Improving Level Creating Workflow (3:37)
- Adding Audio (4:00)
- Wrapping up audio and fixing collision bug (5:00)
- Quiz 3
CREATING A HORROR FIRST PERSON SHOOTER GAME
- Overview of Horror FPS (1:59)
- Introduction to Horror Shooter Game and Finite State Machines (1:46)
- Creating the Project and Importing Assets (5:16)
- Building the Scene for Character Naviagtion (5:13)
- Baking the Nav Mesh and Setting a Destination (7:29)
- Finding the Closest Waypoint (9:48)
- Creating the Pursue Behavior (9:46)
- Turning The Head (8:40)
- Restructuring Scan For Player (8:23)
- Casting A Ray To Check For Player (8:22)
- Creating Rays At More Angles (3:58)
- Making Enemy Look At The Player (8:59)
- Tilting The Enemy When Going Up Ramps (10:01)
- Lighting The Scene (7:36)
- Giving The Enemy An Animation (10:00)
- Cleaning Up The Ai Test Scene (4:31)
- Introduction To Particle Systems (11:44)
- Creating The Flame Thrower Effect (11:18)
- Testing For Flame Thrower Collision (7:08)
- Creating The Death Screen And Managing Health (7:59)
- Making The Flame Thrower Effect Work While Moving (6:28)
- Take Damage And Heal Functions (11:26)
- Creating Conditions for Flame Thrower Toggle (9:03)
- Creating The Toggle Flame Function (6:54)
- Improving Enemy Collision (4:20)
- Importing the Stun Gun Assets (3:39)
- Creating The Stun Gun Particles (11:23)
- Making the Stun Gun Reduce Enemy Health (8:22)
- Creating The Disable Corutine (4:34)
- Managing Stun Gun Input (3:54)
- Limiting Stun Gun Shots (11:09)
- Improving The Disabled State (9:19)
- Hiding The Cursor And Fixing Healing (7:32)
- Improving the Collision for the Player (4:24)
- Setting Up The Charging Station (10:30)
- Recharging The Stungun (4:24)
- Showing Recharge Message (6:27)
- Quiz 4
BUILDING THE LEVEL FOR THE 3D SHOOTER
- Overview of Level Building (0:46)
- Making Some Of The Environment Prefabs (10:46)
- Making The Rest Of The Environment Prefabs (2:51)
- Making The Door Open And Close Automaticly (8:36)
- Unlocking A Door With The Door Switch (10:44)
- Changing The Door Appearance When Locked (9:30)
- Adding Lights To The Prefabs (7:38)
- Setting Up The Scene For Level Building (7:09)
- Making the First Room (8:16)
- Finishing The Rest Of The Walls (7:54)
- Laying Out The Props For The First Room (5:33)
- Laying Out The Rest Of The Props In The Level (6:08)
- Making the Level's Nav Mesh (6:12)
- Adding the Enemies and their Paths (7:47)
- Locking the Doors and Targeting the Player (4:34)
- Fixing The Tilt Bug (8:06)
- Adding Ceiling and Overhead Lights (5:20)
- Adding the End Game Condition (7:54)
- Quiz 5
ADDING IN THE AUDIO FOR THE 3D SHOOTER
- Overview of Adding the Sounds and Finishing the Game (0:51)
- Going Over the Sound Effects and Adding Ambient Sound (3:32)
- Adding the Stun Gun Fire Sound (6:54)
- Adding the Recharge Sound (10:28)
- Adding the Enemy Movement Audio (9:58)
- Adding the Flame Audio (3:34)
- Adding the Hurt Sounds (7:02)
- Adding the Door Opening and Closing Audio (4:17)
- Setting up the Snapshots for the Reverb Effect (8:52)
- Setting up the Snapshot Triggers (8:28)
- Final Fixes and Making the Build (8:45)
- Course Recap and Future Resources (3:44)
- Quiz 6
Get Game Development with Unity 5 – Anonymous , Only Price $47
Tag: Game Development with Unity 5 Review. Game Development with Unity 5 download. Game Development with Unity 5 discount.
Why Choose WSOBox for "Game Development with Unity 5"?
At WSOBox, we provide a comprehensive collection of over 70,000 online courses from world-renowned authors and industry leaders. The "Game Development with Unity 5" course is one of our premium offerings, carefully curated to help you excel in your personal and professional journey.
Learn from Top Authors and Industry Experts:
- Taylor Welch - Business and Marketing Expert
- Jim Camp - World-Class Negotiation Coach
- Marisa Peer - Leading Therapist and Hypnotherapist
- Scott Sonnon - TACFIT Founder and Fitness Expert
- Dan Kennedy, Brian Tracy, Grant Cardone, Tony Robbins, and more...
What Makes eSoundr Unique?
- ✔️ Access to exclusive, hard-to-find courses from famous authors.
- ✔️ Secure, seamless payment process with instant access to your course.
- ✔️ Downloadable content available for offline learning.
- ✔️ Lifetime access to all purchased courses.
About the "Game Development with Unity 5" Course:
The "Game Development with Unity 5" course offers step-by-step instructions, practical tools, and proven strategies to help you succeed. Learn at your own pace, anytime and anywhere, with lifetime access to the course materials.
How Will I Receive My Course?
After your successful payment, you’ll receive a direct download link to access the "Game Development with Unity 5" course. You can also access it anytime through your WSOBox account.
Need Assistance? How Will I Receive My Course?
If you have any questions, feel free to contact us. Our support team is always ready to assist you in making the most out of your learning experience.
Popular Course Categories at WSOBox?
- 💻 Business & Marketing
- 🎤 Self-Development & Coaching
- 🧠 Hypnotherapy & NLP
- 💪 Health & Fitness
- 🎨 Creative Arts & Design
- 💡 Mindset & Personal Growth
Don’t miss the opportunity to enhance your skills with the best courses at WSOBox. Join our community of lifelong learners and start your journey toward success today!
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.