Hello everyone, I’m needing a little help with an online quiz game I’m trying to make. I started with the base code from one of those beginner courses that walks you through everything. I have separate update functions in the Game Manager, a quiz file, and one for a timer. The game manager update only checks to see if the game is over so I’m not that worried about that one, but the quiz and timer update functions both share most of the work. So my main question is whether it is normal for Netcode games to have more than one update function like this because it seems like it would be easier for me to combine them all into one in the Game Manager. I seem to be running into a lot of problems getting everything synced together between players and everything
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Update() function location (best practice) | 5 | 1296 | July 15, 2011 | |
| More than one "Update" function in a single script. | 8 | 3031 | February 16, 2021 | |
| Having lots of Update Functions | 2 | 4414 | December 16, 2012 | |
| Multiple UPDATE functions running simultaneously? | 2 | 13390 | February 10, 2022 | |
| Custom functions vs just Update | 3 | 1284 | February 10, 2019 |