Skip to content

Commit

Permalink
Add Tip on Preloading empty Timeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored May 31, 2024
1 parent c3ae1d1 commit 8e3d696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ var style: DialogicStyle = load("res://path/to/my/style.tres")
style.prepare()
```

On top of this, you can preload an empty timeline during your loading segment of your game.

Last, be aware that Godot's shader compiler runs on demand; whenever new shaders need to be loaded in a style (or any resource), it will compile, causing a freeze.\
Hence, it's recommended to compile these ahead of time if you run into problems still.

Expand Down

0 comments on commit 8e3d696

Please sign in to comment.