this post was submitted on 24 Jun 2023
12 points (100.0% liked)

GameDev

2725 readers
2 users here now

A community about game development.

Rules:

More rules might follow if they become necessary; general rule is don't be a pain in the butt. Have fun! ♥

GameDev Telegram chat.

founded 1 year ago
MODERATORS
 

For me, I recently had to revamp something because I was taught to use PlayerPrefs for saving all game data and had to move everything to a JSON in order to make cloud saves work or even just transfering save files to other devices.

you are viewing a single comment's thread
view the rest of the comments
[–] Breakyfix@lemmy.blahaj.zone 7 points 1 year ago (1 children)

Don't extensively hardcode strings of dialogue into your game! I'm having to think about localisation for the first time and it is really really arduous to replace those thousands of strings with IDs to call from the localisation database.

[–] Louise@lemm.ee 2 points 1 year ago

Feel this too much! I'm fortunate that most isn't hard-coded in, but still...