Jayson's Log: Week 13
- Jayson Levario
- May 1, 2017
- 1 min read
This week I mostly focused on making sure that my scenes ran fine so playing tutorial and making sure they transition to either continue story mode or arcade. I finally added the score board in both games and made sure the retry button and main menu button worked. I also added the other organelles in my scenes such as the nucleus, endoplasmic reticulum, mitochondria. I added colliders to them so that the player cannot go through them and the cell receptors have rigidbodies so that they are kinematic and physics won't affect them. If you hit them they will have drag on them and move slightly. I also added the pause manager game object added in all scenes which have two buttons that appear in front of the user which is main menu and unpause. The pause manager is simple as it sets the time scale to either 1 or 0 which makes everything in fixed update not happen but update will still get called.
Comments