ElyHunt / gritty-fluff

Prototype of a future Social Simulation game. Made in Unity3d 2021.
0 stars 0 forks source link

Refactor Dialogue system #4

Open ElyHunt opened 2 years ago

ElyHunt commented 2 years ago

Once Dialogue system is finished, a refactor to rename scripts, comment code, and clean up according to a more uniform design philosophy.

Dialogue.cs, for example, could be renamed "DialogueManager.cs" or "DialogueEngine.cs". with functions to load text more clearly marked inside as well as reducing duplicate code. Consider separate classes?

ElyHunt commented 2 years ago

As we get closer to finishing the dialogue system, I upgraded this to Medium Priority. 👍

ElyHunt commented 2 years ago

Commented and Refactored the code earlier.