How to Use the Nue Deck Template to make a 2D Card Game [UNITY]

Subscribers:
1,540
Published on ● Video Link: https://www.youtube.com/watch?v=qQpDGPwzh5A



Category:
Tutorial
Duration: 56:57
70 views
1


#NueDeck #unity
This is a tutorial of how to use the Nue Deck template on Unity to create your own 2D rogue like card game with a mana system. I will show how to create cards, add the card to your deck, add it to the data, as well as adding encounters, and even how to add a menu item using the SceneChanger script and more.

Nue Deck on Unity
https://assetstore.unity.com/packages/templates/systems/nue-deck-roguelike-card-game-template-221223
(The documentation is included)

You can get the backgrounds I used here
https://assetstore.unity.com/packages/2d/free-galaxy-background-206059

FAQ
1) Why is the card not shown in my deck?
A) Make sure to add the card to the InitialDeck array (inside of Assets, NueGames, Data, Decks). Make sure to also add the card data to GameplaySettings Array (inside of Assets, NueGames, NueDeck, Data, Settings)

2) Why is my new menu button not working?
A) Make sure to watch the last section of this video for the coding section

3) Can I make a card with multiple effects?
A) Yes you can. Use the card creator and under the Card Actions section of the Card creator. Press the plus button.

Any other questions? Comment







Tags:
Nue Deck
Nue Deck 2D Unity
Unity 2D Card Game Template