Learn How to Make Trading Card Game Menus With Unity 3D
Learn How to Make Trading Card Game Menus With Unity 3D, available at $54.99, has an average rating of 3.85, with 38 lectures, based on 156 reviews, and has 35563 subscribers.
You will learn about Create beautiful custom cards and creatures for your game. Show enlarged previews when you are hovering over a card or a creature. Enable card rotation and design a custom card back. Highlight cards that your players can play and creatures that can attack this turn with glows around their border. 2 different ways to drag cards in trading card games: just dragging cards onto the battlefield area to play them, or dragging onto a specific target to cast spell or attack with creatures. Show targeting gizmo with an arrow and a target icon when attacking with creatures or casting spells. Create adaptive layouts for your player`s hand and table areas. We are not using pre-determined places for cards. All the creatures and cards will always remain centered. Make a Hearthsone-styled mana pool with 10 mana crystals. Players start the game with 0 mana and in the start of each turn they will receive 1 mana crystal. Create framed Hero portraits and round Hero Power buttons. Create a burning rope that will measure time left until the end of the turn. Create decks with variable thickness. The more cards your deck contains – the thicker it looks. Separate Visual and Logical part of your game (aka server – game client). Create a simple system to manage, edit and create new cards, creatures or Hero classes. Manage turns in trading card games. Establish the most basic game mechanics of playing creatures and attacking opponent`s creatures or opponent`s Hero. Create custom effects for your spells and Hero Powers. Create diverse creature effects that might be triggered: when the creature enters the battlefield, when the creature dies, when the turn starts or ends or even when certain events occur in the game (like: when your Hero takes damage, draws a card, etc…). Determine “game over” conditions and show some end game animations or events. Create a simple computer AI that will control opponent`s Hero. This course is ideal for individuals who are This course is for trading card game enthusiasts and for people who are interested in making card games like Hearthstone and Magic the Gathering. It will help you both build your own trading card game and explore what happens behind the scenes in your favorite trading card games. It is particularly useful for This course is for trading card game enthusiasts and for people who are interested in making card games like Hearthstone and Magic the Gathering. It will help you both build your own trading card game and explore what happens behind the scenes in your favorite trading card games.
Enroll now: Learn How to Make Trading Card Game Menus With Unity 3D
Summary
Title: Learn How to Make Trading Card Game Menus With Unity 3D
Price: $54.99
Average Rating: 3.85
Number of Lectures: 38
Number of Published Lectures: 38
Number of Curriculum Items: 38
Number of Published Curriculum Objects: 38
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Create beautiful custom cards and creatures for your game.
- Show enlarged previews when you are hovering over a card or a creature.
- Enable card rotation and design a custom card back.
- Highlight cards that your players can play and creatures that can attack this turn with glows around their border.
- 2 different ways to drag cards in trading card games: just dragging cards onto the battlefield area to play them, or dragging onto a specific target to cast spell or attack with creatures.
- Show targeting gizmo with an arrow and a target icon when attacking with creatures or casting spells.
- Create adaptive layouts for your player`s hand and table areas. We are not using pre-determined places for cards. All the creatures and cards will always remain centered.
- Make a Hearthsone-styled mana pool with 10 mana crystals. Players start the game with 0 mana and in the start of each turn they will receive 1 mana crystal.
- Create framed Hero portraits and round Hero Power buttons.
- Create a burning rope that will measure time left until the end of the turn.
- Create decks with variable thickness. The more cards your deck contains – the thicker it looks.
- Separate Visual and Logical part of your game (aka server – game client).
- Create a simple system to manage, edit and create new cards, creatures or Hero classes.
- Manage turns in trading card games.
- Establish the most basic game mechanics of playing creatures and attacking opponent`s creatures or opponent`s Hero.
- Create custom effects for your spells and Hero Powers.
- Create diverse creature effects that might be triggered: when the creature enters the battlefield, when the creature dies, when the turn starts or ends or even when certain events occur in the game (like: when your Hero takes damage, draws a card, etc…).
- Determine “game over” conditions and show some end game animations or events.
- Create a simple computer AI that will control opponent`s Hero.
Who Should Attend
- This course is for trading card game enthusiasts and for people who are interested in making card games like Hearthstone and Magic the Gathering. It will help you both build your own trading card game and explore what happens behind the scenes in your favorite trading card games.
Target Audiences
- This course is for trading card game enthusiasts and for people who are interested in making card games like Hearthstone and Magic the Gathering. It will help you both build your own trading card game and explore what happens behind the scenes in your favorite trading card games.
This course provides a full guide on trading card game menus. In the video Lectures we cover only the process of making menus, collection browsing, deck building, pack opening, etc… But the battle mechanics part is also included into the Unity project that is provided with the course. So, you`ll have an opportunity to play the game with the cards that you create yourself or even use this application as a foundation for your own trading card game.
The material in this course is divided into 5 Sections. Section 1 features a short introduction to the course.
Since the Unity project that we are developing in this course can be treated as an extension of the course that we have made earlier about card game battle mechanics, in Section 2 we will make a recap of the techniques that we use in both courses to store cards in the project. You will learn about ScriptableObjects and ScriptableObject assets and how you can use them to store cards in your project. We`ll take a look at a very useful script CardCollection.cs that will be used in the project to filter the cards in our collection and get certain sub-sets of cards that satisfy certain criteria. In the last Lecture of Section 2 we`ll do some UI work in Unity and assemble the general layout of our menu scene.
Section 3 will be entirely dedicated to buying and opening booster packs with cards. It makes sense to make the card pack opening part early in the course because it`s both the most exciting part of the project and at the same time the most isolated from other code. We`ll create a separate screen for the shop / pack opening area and explore all the scripts that make it possible to buy and open card packs. We`ll cover advanced topics like: drag and drop code for the unopened packs, using DOTween to automate movement of unopened packs and cards that we get from packs, displaying hover over effects, generating cards of certain rarity based on customizable probability coefficients. By the end of this Section we`ll have a fully functioning pack opening screen for this project.
In Section 4 we will start making the collection screen – the most complicated screen in the menus for any trading card game. Our goal for this Section is to be able to launch the game and see the cards laid out in a grid on the collection screen, be able to use pagination buttons and switch pages in the collection, be able to use all the custom filters (mana, keyword, belonging to one of the character classes) to filter the card collection and display certain sub-sets of our collection.
In the final section of this course we will continue exploring our collection screen and cover more advanced objects that are featured on the screen: crafting screen that allows us to craft new cards for one of the in-game currencies, scrollable lists with deck icons and card icons that will be displayed on the side of our deck building screen. We will discuss the topic of transferring data between the scenes and being able to use the deck that your players have pre-configured in the battle scene. In the final lecture of the course I`ll demonstrate how you can set up a game against a simple AI opponent.
We saved the project a couple of times while we were making the course and you`ll have these saved projects available for download. I would recommend to download the final project first, check out how it works and start your exploration of this app from the final version. All the art assets that are used to create cards, creatures, hero powers and other game elements are free for commercial use. You can find detailed info on art and scripting assets and links to some other useful resources in the Credits file that you can download with this course (included in the root of the Assets folder in any of the saved projects).
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction to the Course
Lecture 2: Saved Projects
Chapter 2: Card Collection and Main Menu Layout
Lecture 1: Introduction to Section 2
Lecture 2: Storing Cards as ScriptableObject Assets: Part 1
Lecture 3: Storing Cards as ScriptableObject Assets: Part 2
Lecture 4: The CardCollection class: Part 1
Lecture 5: The CardCollection class: Part 2
Lecture 6: Making a Menu and Establishing the Scene Layout
Chapter 3: Pack Opening
Lecture 1: Introduction to Section 3
Lecture 2: Making the Money and Dust or Spare Parts HUD
Lecture 3: The ShopManager Script
Lecture 4: Making a Layout of the Pack Opening Screen
Lecture 5: Pack Opening Screen Adjustments and Overview of Dragging
Lecture 6: Custom Scripts for Pack Dragging and Pack Opening
Lecture 7: Prefabs of Creature and Spell Cards from Packs
Lecture 8: Connecting Everything in Unity and Testing Pack Opening
Lecture 9: Inspecting the PackOpeningArea Script
Chapter 4: Browsing the Card Collection
Lecture 1: Introduction to Section 4
Lecture 2: Collection Window Layout
Lecture 3: Mana Filter
Lecture 4: Crafting Toggle and Keyword Filter
Lecture 5: Character Tabs for Collection Filtering
Lecture 6: Character Tabs Scripts
Lecture 7: CollectionBrowser Script: Part 1
Lecture 8: CollectionBrowser Script: Part 2
Lecture 9: Pagination Buttons and Collection Card Prefabs
Lecture 10: Deck Building Screen
Lecture 11: Fixes for Deck Building Screen
Lecture 12: DecksStorage Script
Chapter 5: Browsing the Card Collection
Lecture 1: Introduction to Section 5
Lecture 2: Crafting Screen
Lecture 3: Character Selection Screen
Lecture 4: HeroInfoPanel and Transmitting Data to the Next Scene
Lecture 5: Deck Selection Screen
Lecture 6: Scrollable Lists of Decks and Cards in Collection
Lecture 7: Scripts that Control the List of Pre-Made Decks
Lecture 8: Scripts that Control the List of Cards in Deck
Lecture 9: Conclusions
Instructors
-
Sandor Kiss
Teaching 800,000+ Students, Performance Marketer -
Vladimir Limarchenko
Game Developer, Unity3d and C#
Rating Distribution
- 1 stars: 9 votes
- 2 stars: 6 votes
- 3 stars: 18 votes
- 4 stars: 44 votes
- 5 stars: 79 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024