NamePendingCo / business-racer

2 stars 0 forks source link

Decide what version of Unity we're using and upload initial code to the dev branch #5

Closed soulerlunar closed 3 years ago

soulerlunar commented 3 years ago

To begin the project, we need an initial repository of code that we will be using in order to develop our game. This should be a basic 3D unity game right upon generation with no modification.

The first step to this is deciding what version of Unity we will be using. This will likely be Unity 2020.3.4f1, the currently recommended version of Unity.

Once this basic game is created, it will then be uploaded to a branch which will then immediately be merged into dev and main. This will be the last upload to the main branch for a while.

We will also take this as a chance to modify the readme file at the top of the directory to give a clearer description of the intent of the game and its plan.

Repsaj11 commented 3 years ago

I have now installed this version of Unity.

RydalisDarx commented 3 years ago

I also have this version of Unity installed, along with connecting VS19 for Visual C#

soulerlunar commented 3 years ago

I have uploaded the code to the branch unity-base and created a pull request into dev (#6).

soulerlunar commented 3 years ago

Created a pull request to merge from dev into main (#7).