Install Instruction
Download the following assets:
- Unity Hub
- GitHub Desktop
- Git
- DCGO (Specifically the Assets folder to make things easier later)
Installing unity version:
- Open Unity Hub
- Go to the Installs tab on the left
- Click on Install Editor on top right
- Go to Archives tab
- Click on the download archives link to open it in an internet browser
- Click on 2021 then go down till you find version 2021.3.45f2 and install it
- If it asks you to open Unity Hub or any similar messages, select the affirmative option
- Click on Continue without making any additional selections
- Read and agree to terms and Install, continue instructions while it downloads and installs
- You may close the internet browser and go back to Unity Hub
- If a message has popped up asking you to Initialize Git LFS, click the affirmative option, otherwise wait for one to do so
- Navigate to the repository location
- Place the Assets folder next to the DCGO folder of the repository
- This is a good opportunity to install Git (default settings work fine)
- Go back to the Unity Hub and wait for it to prompt the next step
- At some point the Unity Hub Install will prompt you to install Visual Studio Community 2019, do so unless you have already have a preffered IDE (If you do so, there's a possibility you might need the .NET desktop development and the Game development with Unity Workloads so select those as well and Install)
- In the Unity Hub, click on the Projects tab on the left
- Click on Add > Add project from disk on top right
- Navigate to the repository location
- Once you have the DCGO folder selected, click Open
- Click on the newly appeared DCGO project to open it
- Allow Unity Editor access to your Firewall if it asks for it
- If any errors show and it asks you to Enter Safe Mode, click Ignore
- Once it finishes, it might have a message about NormalMap settings, click Ignore
- Click on Edit > Preferences > External tools
- Make sure you have your preferred External Script Editor selected
- It might require you to have certain checkmarks in the boxes so select all to be safe
- Click on Regenerate project files to help your IDE identify coding issues later
- Close preferences
To start the game in the open project, follow the following instructions:
- Fix any errors as shown in the Console tab at the bottom left that can't be cleared by the Clear button in the same area, once you do, continue to next step
- Go to the Project tab in the bottom left if not already there
- Navigate to the Scenes Folder
- Double click on Opening
- Click on the Play button at the top center
Use Intructions for
New set process
- Before cards are announced, issues will be created with each card ID
- A branch for the set will be created, all development should occur off that branch
- Each card will have dummy data created, this will need to be edited when the card is revealed (CardBaseEntity > [Set ID] > [Color] \ [Card Type])
- When set is ready for testing in beta new card data will be created in bulk before build is generated.