Request Would anyone like to share some must-know code for anyone trying to make VN games?

the_high_king

Active Member
Jul 16, 2017
514
625
338
As the title suggests, what are some code snippets that you believe everyone should have in their back pocket? Even if they're not programmers and they're just artists (or something else) trying to learn an engine like Godot or Unity.
 

r37r05p3C7

Newbie
Nov 8, 2023
95
71
103
Reasons why this thread is dead on arrival:
  1. If you are trying to learn something from scratch, reading random code snippets won't help.
  2. Useful functionality is usually shared among developers in the form of plugins; both Godot and Unity support them.
  3. Best practices, design patterns, programming techniques, etc., related to game development or programming in general, have already been thoroughly described elsewhere.
If you want to get any meaningful replies, I suggest asking something more specific.