Posted March 10, 2020 by RubenVO
Another week has passed, so you now what that means...
This week we mainly spent time on fixing "paperwork" as we transition from the prototyping phase to development.
We spent a lot of time thinking about all the tasks we need to complete to finish this sprint with acceptable results. As this is the first time for us developing a game from start to finish, this proved to be harder than anticipated. This is why the questions of this week seem rather simple, but took a lot of time for us to answer.
The questions we asked ourselves this week were:
A lot of work this week went into setting up hack&plan to create an assessment of the amount of time it will take for most of the work.
We created a backlog of tasks we want to finish by the end of development. Every task needs a description and an estimated time to be spent on it. And of course a person of our team has to be appointed to the task.
The artist set up personal art levels in Unity to track progress and iterations of everything visual.
We started working on the car movement. It's very important that this feels EXCELLENT because it's our main mechanic. This means that we will invest quite a lot of time on the car movement.
We first started just using plain rigidbodies for the car movement, until we discovered wheel colliders. Wheel colliders are made by Unity especially for car movement.