Update README.md
This commit is contained in:
parent
00d0756b68
commit
65352f193b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -11,3 +11,13 @@ Assume we only have a card's image.
|
|||
- 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 has cannot legally be 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