Welcome to /gdg/ - Game Development General

they shouldn't replace inheritance because they're slower than inheritance but it's a useful design pattern

how do you do particle trails and capes in engines that don't specifically offer it as a feature?

dumb question because all engines have their own way of doing things

What are some must configurations for Unity?
Default lighting looks way too bright, and AA is not applied.

Attached: CaptureGame.png (1082x518, 146.33K)

Does it make sense to separate account data from character data like this (different tables)?

Attached: accountdata.png (1230x287, 43.8K)

Unemployment general?
Hispanic skinnyfat guys general?
Yo.
Game dev time

>no pygame
sad

yes

Is there any possibility of an account having multiple characters? Then yes.
Are characters gonna hold a lot of data? Then yes.
Are there gonna be multiple operations that require character, but not account data? Then yes.

[spoiler]P.S. Character data should have their own PK[/spoiler]

>Is there any possibility of an account having multiple characters
No
>Are characters gonna hold a lot of data
Yes
>Are there gonna be multiple operations that require character, but not account data?
Yeah account data is pretty much only used to log in and generate a token, which is then used to authenticate character actions.

>Character data should have their own PK
If account and character have a 1 to 1 relationship I don't see why sharing a PK is bad

Attached: 1641073897547.jpg (879x930, 51.11K)