Shermans's Notes
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

April 8th, 2021

Todo

  • ~Investigate mouse capture in unreal~
  • Investigate missing audio in packaged game

Today I learned (Notes)

  • ue-packaging
    • If a file isn’t directly reference in editor it will be excludedin cooks / packaged builds. You need to add the directory to the Additonal Asset Directories to Cook array in the Project Settings -> Packaging menu under advanced
  • ue-project-launcher
    • Useful tool to build and deploy the project to a specific device.
    • Advanced mode gives great control over config
      • Variant *NoEditor, Config Development and Data build ByTheBook is a good way to get in editor logging of the entire build process but also logs in realtime of what is happening in game.

Tomorow’s Tasks