Collectable and Display Mechanic Idea
- Janice
- Mar 14, 2024
- 1 min read
Mechanic Diagram:


Flow Diagrams:

Pickup run under collision check.
If the player pickup is collectable, UI will update on the pause screen afterwards.
(Diagram tool : draw.io)
Class Diagrams:

A pickup script is attached to the player on the control.
Using a tag to check the type of game object collision.
UI update also processes from the pickup script by using array and game object reference. (Diagram tool : Mermaid Diagramming)
Comments