How to add music and a title screen

Hello @Lucious_Jansma, as an addition to the answer of @Gabriel_Dobrzynski:

  1. Add a audio listener component to an entity (to hear the sound)
  2. Add a sound component to an entitty (to play the sound)
  3. Add a sound file to the slot of the sound component
  4. Check auto play and loop to start the sound when the game is loaded

More information about sounds can you find on this page: https://developer.playcanvas.com/en/tutorials/basic-audio/

2 Likes