Commit graph

10 commits

Author SHA1 Message Date
b88f6499cc game: hide portions of the SideView depending on state 2024-11-18 04:35:51 +08:00
5f089649b3 game: add working defaultView and empty resultsView 2024-11-18 03:19:37 +08:00
fe44ced9f8 game: stdise whats done in Awake, OnEnable and Start
- Awake -> singleton stuff or anything that needs to start really early
- OnEnable -> init + register callbacks
- Start -> do anything that might call a callback
2024-11-18 00:50:04 +08:00
872f3f263e game: fiddle around with execution order
generally found

- Awake -> init
- OnEnable -> init + register callbacks
- Start -> do anything that might call a callback
2024-11-18 00:16:53 +08:00
e8091632c4 game: I FIXED THE CALLBACK FIRING? 2024-11-17 23:17:24 +08:00
27f42ffc55 Revert "game: overcomplicated interim 2"
This reverts commit 4e6c7db3f1.
2024-11-17 21:32:26 +08:00
4e6c7db3f1 game: overcomplicated interim 2 2024-11-17 21:32:14 +08:00
c5402178f0 game: interim 2024-11-17 19:10:01 +08:00
0d57d2b3a9 game: basic auth 2024-11-17 07:29:22 +08:00
8ea9c1fbec meta: big move 2024-11-15 07:54:43 +08:00
Renamed from ColourMeOKLABGame/Assets/Scripts/Backend.cs (Browse further)