Merge branch 'main' of https://git.cef.icu/Max/WizardDuels
especially if it merges an updated upstream into a topic branch.
This commit is contained in:
commit
13562d83bf
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -1,3 +1,24 @@
|
|||
# WizardDuels
|
||||
|
||||
Implement the actions required to play Magic the Gathering in Unity.
|
||||
Implement the actions required to play Magic the Gathering using Unity.
|
||||
|
||||
Assume we only have a card's image.
|
||||
|
||||
# Setup
|
||||
- Install Unity Hub.
|
||||
- Install Unity compatible IDE. Max uses Rider.
|
||||
- In Unity Hub installs tab, install Unity 6.
|
||||
- Clone the repository.
|
||||
- In Unity Hub projects tab, click add project from disk and select the "WizardDuelsProject" folder in the "WizardDuels".
|
||||
folder from the repository.
|
||||
- Launch the project from Unity Hub.
|
||||
- Ask someone about the copyright sound files as they can't legally be distributed.
|
||||
|
||||
# Structure
|
||||
The Assets folder is where everying in Unity goes.
|
||||
- <b>Scripts</b> Where all c# code goes. Try and put everying in a sub folder.
|
||||
- <b>Prefabs</b> ""
|
||||
- <b>Sprites</b> ""
|
||||
- <b>Scenes</b> ""
|
||||
- <b>Audio</b> "" Put audio that cannot be legally distributed in the copyright folder to prefent it from being tracked by git.
|
||||
- <b>Data</b> Where content goes that isn't a sprite or a prefab i.e. scriptable objects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue